Skip to content

Commit 6646e62

Browse files
committed
fix
1 parent 61d4108 commit 6646e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: [self-hosted]
5151
needs: [check-pretix-build]
5252
if: ${{ needs.check-pretix-build.outputs.image_exists == 0 }}
53-
uses: ./.github/actions/build-pretix.yml
53+
uses: ./.github/workflows/build-pretix.yml
5454
with:
5555
githash: ${{ needs.check-pretix-build.outputs.githash }}
5656

0 commit comments

Comments
 (0)