Skip to content

Commit

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

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
  • Loading branch information
mergify[bot] committed Oct 4, 2023
2 parents e55363c + 04e8e90 commit df9f6dd
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/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
workflow_id: ${{ env.WORKFLOW_IDS_TO_CANCEL }}
access_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit df9f6dd

Please sign in to comment.