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 398bf4b commit 081f486Copy full SHA for 081f486
1 file changed
.github/workflows/call-build-image.yml
@@ -2,7 +2,7 @@ name: Build Image On Release
2
3
on:
4
release:
5
- types: [published]
+ types: [ published ]
6
pull_request:
7
8
jobs:
@@ -13,6 +13,6 @@ jobs:
13
app_name: "webhook"
14
release_type: "github"
15
release_url: "https://api.github.com/repos/adnanh/webhook"
16
- target_arch: "all"
+ target_arch: "all"
17
secrets:
18
scarf_token: ${{ secrets.SCARF_TOKEN }}
0 commit comments