Skip to content

Commit 25c499b

Browse files
committed
fix: shell property added
1 parent 4fa8d21 commit 25c499b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/phpcs-phpcbf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
uses: WorkOfStan/phpcs-fix@main
1717
with:
1818
commit-changes: true
19+
#debug: true
1920
stop-on-manual-fix: true

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ runs:
108108
git show-ref
109109
echo "Debug 4. Check Your Current Checked-out Reference"
110110
git status
111+
shell: bash
111112

112113
- name: Run PHP Code Sniffer
113114
id: phpcs

0 commit comments

Comments
 (0)