We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398151c commit f5d42ddCopy full SHA for f5d42dd
.github/workflows/build.yml
@@ -4,7 +4,8 @@ on:
4
5
jobs:
6
build_qemu:
7
- env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ env:
8
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9
runs-on: ubuntu-latest
10
strategy:
11
fail-fast: false
0 commit comments