mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
can we read the file?
This commit is contained in:
parent
09b1a28bf4
commit
31b801aff9
1 changed files with 1 additions and 0 deletions
1
.github/actions/run_tox/action.yml
vendored
1
.github/actions/run_tox/action.yml
vendored
|
|
@ -32,6 +32,7 @@ runs:
|
|||
TOXENV: "${{ inputs.TOXENV }}"
|
||||
run: |-
|
||||
set -e
|
||||
ssh-keygen -e -f $AWS_EC2_PEM_FILE
|
||||
export TARGET_BRANCH="`echo "${BUILD_SOURCEBRANCH}" | sed -E 's!refs/(heads|tags)/!!g'`"
|
||||
[ -z "${SYSTEM_PULLREQUEST_TARGETBRANCH}" ] || export TARGET_BRANCH="${SYSTEM_PULLREQUEST_TARGETBRANCH}"
|
||||
env
|
||||
|
|
|
|||
Loading…
Reference in a new issue