mirror of
https://github.com/certbot/certbot.git
synced 2026-05-20 17:30:43 -04:00
remove extra quote mark
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
9da1879097
commit
fca5669d7c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snap_packaging_jobs.yml
vendored
2
.github/workflows/snap_packaging_jobs.yml
vendored
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
LAUNCHPAD_CREDS: "${{ secrets.LAUNCHPAD_CREDENTIALS }}"
|
||||
run: |-
|
||||
git config --global user.email "github-actions[bot]"
|
||||
git config --global user.name ""41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
mkdir -p ~/.local/share/snapcraft/
|
||||
echo "$LAUNCHPAD_CREDS" > ~/.local/share/snapcraft/launchpad-credentials
|
||||
python3 tools/snap/build_remote.py ALL --archs "$SNAP_ARCH" --timeout "$SNAP_BUILD_TIMEOUT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue