We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d42dd commit f188538Copy full SHA for f188538
.github/workflows/build.yml
@@ -13,5 +13,6 @@ jobs:
13
contents: write
14
steps:
15
- name: checkout
16
- uses: actions/checkout@v3
17
- - ./run.sh amd64 ./build.sh
+ uses: actions/checkout@v3
+ - name: build
18
+ uses: ./run.sh amd64 ./build.sh
0 commit comments