Skip to content

Commit

Permalink
Fix: ignore updown init when updown.io is not used (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRitouet authored Feb 13, 2024
1 parent 0d8d1ac commit 97dfd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
tool: ${{ github.event.inputs.tool }}
# to create missing entries in updown.io
- id: updown-init
if: ${{ matrix.sites.tools.updownio }}
uses: "SocialGouv/dashlord-actions/updown-init@v1"
env:
UPDOWNIO_API_KEY: ${{ secrets.UPDOWNIO_API_KEY }}
Expand Down

0 comments on commit 97dfd63

Please sign in to comment.