Skip to content

Commit 64a96e2

Browse files
Update code-style.yml
1 parent 88eb3e6 commit 64a96e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/code-style.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: shivammathur/setup-php@v2
1414

15-
- name: Can fix detect
15+
- name: Detecting to make changes
1616
id: can_fix
1717
shell: bash
1818
run: |
1919
CAN_FIX=${{ github.event_name == 'push' && github.ref == 'refs/heads/1.x' }}
20-
20+
21+
echo "$CAN_FIX"
2122
echo "CAN_FIX=${CAN_FIX}" >> "$GITHUB_ENV"
2223
2324
- name: Setup Composer
@@ -78,7 +79,7 @@ jobs:
7879
with:
7980
node-version: 'latest'
8081

81-
- name: Can fix detect
82+
- name: Detecting to make changes
8283
id: can_fix
8384
shell: bash
8485
run: |

0 commit comments

Comments
 (0)