We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfeaf5 commit 5e0a88fCopy full SHA for 5e0a88f
.github/workflows/CI.yaml
@@ -19,9 +19,9 @@ jobs:
19
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
20
steps:
21
- name: Cancel Previous Runs
22
- uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
23
- with:
24
- access_token: ${{ github.token }}
+ uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
+ with:
+ access_token: ${{ github.token }}
25
26
php_syntax_errors:
27
name: 1️⃣ PHP - Syntax errors
0 commit comments