mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add checkout step
This commit is contained in:
parent
ae7ada2d70
commit
44efbfa9cb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/packaging_jobs.yml
vendored
2
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -111,6 +111,8 @@ jobs:
|
|||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
- id: set-matrix
|
||||
run: |
|
||||
tools/snap/generate_dnsplugins_all.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue