Skip to content

Commit

Permalink
fix version (missing v in the tag name)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Aug 23, 2024
1 parent b3c130c commit 19076fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/teardown-inactive-surge-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Teardown surge deployement inactive than more 1 month
uses: adrianjost/actions-surge.sh-teardown@1.0.4
uses: adrianjost/actions-surge.sh-teardown@v1.0.4
with:
regex: '[1-9]+ month.? ago'
env:
Expand Down

0 comments on commit 19076fb

Please sign in to comment.