Skip to content

Commit

Permalink
github: kernel: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Sep 6, 2024
1 parent 9a06f04 commit 6d097cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: runbranch

- name: Update buildmode for debugging image
if: ${{ contains(github.ref, '-zos-v4-debug-'') }}
if: ${{ contains(github.ref, '-zos-v4-debug-') }}
run: echo "BUILDMODE=debug" >> $GITHUB_ENV

- name: "Install: go"
Expand Down

0 comments on commit 6d097cd

Please sign in to comment.