Skip to content

Commit

Permalink
Fix actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Oct 17, 2023
1 parent f69ae13 commit 18072f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
outputs:
PUBLIC_URL: ${{ steps.generate_public_url.outputs.public_url }}
_1:
needs: [setup_workflow_env]
needs: [setup_workflow_env, generate_workflow_vars]
uses: acdh-oeaw/gl-autodevops-minimal-port/.github/workflows/build-dockerfile-and-push-to-registry.yaml@main
secrets: inherit
with:
Expand Down

0 comments on commit 18072f1

Please sign in to comment.