Skip to content

Commit 458da4c

Browse files
committed
Bash?
1 parent 3127f15 commit 458da4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-kernel-commits.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ permissions:
88
contents: read
99
pull-requests: write
1010

11+
1112
jobs:
1213
validate-kernel-commits:
1314
runs-on: ubuntu-latest
@@ -170,6 +171,7 @@ jobs:
170171
JIRA_API_USER: ${{ secrets.JIRA_API_USER }}
171172
JIRA_URL: ${{ secrets.JIRA_URL }}
172173
working-directory: kernel-src-tree-tools
174+
shell: bash
173175
run: |
174176
# Run script and capture output, ensuring credentials are never echoed
175177
set +x # Disable command echo to prevent credential exposure

0 commit comments

Comments
 (0)