Skip to content

Commit

Permalink
Remove quotes from default kernel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelbpunkt committed Apr 16, 2024
1 parent f9331a2 commit 6168d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check kernel branch
if: matrix.version == 'default'
run: |
DEFAULT_BRANCH=$(curl -s https://api.github.com/repos/sm7150-mainline/linux | jq '.default_branch')
DEFAULT_BRANCH=$(curl -s https://api.github.com/repos/sm7150-mainline/linux | jq -r '.default_branch')
echo "Default branch is $DEFAULT_BRANCH"
echo "KERNEL_BRANCH=$DEFAULT_BRANCH" >> $GITHUB_ENV
Expand Down

0 comments on commit 6168d61

Please sign in to comment.