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 64a96e2 commit 4cb9254Copy full SHA for 4cb9254
.github/workflows/code-style.yml
@@ -18,7 +18,6 @@ jobs:
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
@@ -35,6 +34,12 @@ jobs:
35
34
- name: Publish config files
36
run: codestyle pint 8.2
37
+ - name: Checking info
38
+ run: |
39
+ echo "CAN_FIX: $CAN_FIX"
40
+ echo "env.CAN_FIX: ${{ env.CAN_FIX }}"
41
+ echo ${{ env.CAN_FIX }}
42
+
43
- name: Normalize composer.json
44
if: env.CAN_FIX == true
45
run: composer normalize
0 commit comments