Skip to content

Commit 5e0a88f

Browse files
committed
fix yaml
1 parent 4bfeaf5 commit 5e0a88f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2020
steps:
2121
- name: Cancel Previous Runs
22-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
23-
with:
24-
access_token: ${{ github.token }}
22+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
23+
with:
24+
access_token: ${{ github.token }}
2525

2626
php_syntax_errors:
2727
name: 1️⃣ PHP - Syntax errors

0 commit comments

Comments
 (0)