Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 929242d

Browse files
committed
CI: fixed the syntax in the cancel command
1 parent 73bdcae commit 929242d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cancel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
timeout-minutes: 3
1010
steps:
1111
- name: Cancel the core CI workflow
12-
- uses: styfle/[email protected]
12+
uses: styfle/[email protected]
1313
with:
1414
# Ids to cancel core
1515
# https://api.github.com/repos/devitocodes/devitoboundary/actions/workflows
1616
workflow_id: 2468423
1717
access_token: ${{ github.token }}
1818
- name: Cancel the 1st-order CI workflow
19-
- uses: styfle/[email protected]
19+
uses: styfle/[email protected]
2020
with:
2121
workflow_id: 14634840
2222
access_token: ${{ github.token }}

0 commit comments

Comments
 (0)