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 61d4108 commit 6646e62Copy full SHA for 6646e62
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
runs-on: [self-hosted]
51
needs: [check-pretix-build]
52
if: ${{ needs.check-pretix-build.outputs.image_exists == 0 }}
53
- uses: ./.github/actions/build-pretix.yml
+ uses: ./.github/workflows/build-pretix.yml
54
with:
55
githash: ${{ needs.check-pretix-build.outputs.githash }}
56
0 commit comments