Skip to content

Commit

Permalink
Fix arg syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPaton committed Dec 4, 2024
1 parent 7b92503 commit 9928d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
fetch-tags: true
with:
fetch-tags: true
- uses: ./.github/actions/setup-project
name: Setup project
- run: |
Expand Down

0 comments on commit 9928d38

Please sign in to comment.