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 3127f15 commit 458da4cCopy full SHA for 458da4c
.github/workflows/validate-kernel-commits.yml
@@ -8,6 +8,7 @@ permissions:
8
contents: read
9
pull-requests: write
10
11
+
12
jobs:
13
validate-kernel-commits:
14
runs-on: ubuntu-latest
@@ -170,6 +171,7 @@ jobs:
170
171
JIRA_API_USER: ${{ secrets.JIRA_API_USER }}
172
JIRA_URL: ${{ secrets.JIRA_URL }}
173
working-directory: kernel-src-tree-tools
174
+ shell: bash
175
run: |
176
# Run script and capture output, ensuring credentials are never echoed
177
set +x # Disable command echo to prevent credential exposure
0 commit comments