mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix spacing
This commit is contained in:
parent
7b3fa12867
commit
6999609eaa
1 changed files with 3 additions and 3 deletions
6
.github/workflows/packaging_jobs.yml
vendored
6
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -94,9 +94,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- uses: snapcore/action-build@v1.3.0
|
||||
id: build
|
||||
with:
|
||||
snapcraft-args: "--build-for=${{ matrix.build-for }}"
|
||||
id: build
|
||||
with:
|
||||
snapcraft-args: "--build-for=${{ matrix.build-for }}"
|
||||
- name: Prepare artifact
|
||||
run: |-
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue