Skip to content

Commit e69740b

Browse files
authored
ci: add debug options to bash shell in workflow
1 parent e4a9016 commit e69740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Verify for existing token secret set
2929
- name: Check for valid Personal Access Token
30-
shell: bash
30+
shell: bash -exc
3131
env:
3232
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
3333
run: |

0 commit comments

Comments
 (0)