We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779ffab commit 304a226Copy full SHA for 304a226
1 file changed
.github/workflows/build_manual.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
prepare:
12
- uses: nfrastack/gha/.github/workflows/artifacts-encrypt.yml@main
+ uses: nfrastack/gha/.github/workflows/artifacts_encrypt.yml@main
13
secrets: inherit
14
alpine:
15
needs: prepare
@@ -21,5 +21,5 @@ jobs:
21
22
cleanup:
23
needs: [alpine, debian]
24
- uses: nfrastack/gha/.github/workflows/artifacts-remove.yml@main
+ uses: nfrastack/gha/.github/workflows/artifacts_remove.yml@main
25
0 commit comments