Skip to content

Commit

Permalink
Corrected flag
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Jun 3, 2024
1 parent 4ece843 commit 0df63ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/implementation-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
## Make sure we have the latest act-tools
- run: npm install act-rules/act-tools --also=dev
- run: npm install act-rules/act-tools --include=dev
- run: node ./.github/scripts/implementation-update.mjs
- name: Commit and push
env:
Expand Down

0 comments on commit 0df63ce

Please sign in to comment.