We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88eb3e6 commit 64a96e2Copy full SHA for 64a96e2
.github/workflows/code-style.yml
@@ -12,12 +12,13 @@ jobs:
12
- uses: actions/checkout@v5
13
- uses: shivammathur/setup-php@v2
14
15
- - name: Can fix detect
+ - name: Detecting to make changes
16
id: can_fix
17
shell: bash
18
run: |
19
CAN_FIX=${{ github.event_name == 'push' && github.ref == 'refs/heads/1.x' }}
20
-
+
21
+ echo "$CAN_FIX"
22
echo "CAN_FIX=${CAN_FIX}" >> "$GITHUB_ENV"
23
24
- name: Setup Composer
@@ -78,7 +79,7 @@ jobs:
78
79
with:
80
node-version: 'latest'
81
82
83
84
85
0 commit comments