Skip to content

Commit 9ecbbe6

Browse files
authored
ci: remove shell option from token check step
Removed 'shell: bash -exc' from the token check step.
1 parent e69740b commit 9ecbbe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-report.yml

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

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

0 commit comments

Comments
 (0)