mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
quote it?
This commit is contained in:
parent
31b801aff9
commit
f431225e4f
1 changed files with 1 additions and 1 deletions
2
.github/actions/run_tox/action.yml
vendored
2
.github/actions/run_tox/action.yml
vendored
|
|
@ -21,7 +21,7 @@ runs:
|
|||
PEM_CONTENTS: "${{ inputs.AWS_TEST_FARM_PEM }}"
|
||||
run: |-
|
||||
set -e
|
||||
echo ${PEM_CONTENTS} >> $AWS_EC2_PEM_FILE
|
||||
echo "${PEM_CONTENTS}" >> $AWS_EC2_PEM_FILE
|
||||
chmod 0600 $AWS_EC2_PEM_FILE
|
||||
shell: bash
|
||||
- name: Run tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue