Skip to content

Commit

Permalink
Merge pull request #121 from lightspeedwp/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…tyfle/cancel-workflow-action-0.12.1

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
  • Loading branch information
mergify[bot] authored Jan 26, 2024
2 parents fcac3e3 + a0446cd commit 838c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Get all workflow ids and set to env variable
run: echo ::set-env name=WORKFLOW_IDS_TO_CANCEL::$(curl https://api.github.com/repos/${GITHUB_REPOSITORY}/actions/workflows -s | jq -r '.workflows | map(.id|tostring) | join(",")')

- uses: styfle/[email protected].0
- uses: styfle/[email protected].1
with:
workflow_id: ${{ env.WORKFLOW_IDS_TO_CANCEL }}
access_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 838c8ef

Please sign in to comment.