Skip to content

Commit

Permalink
try to use branch deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Aug 1, 2024
1 parent 2689eb9 commit ae5e45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
needs:
- build_and_push
- branch_meta
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@main
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@${{ github.ref_name }}
with:
branch: ${{ needs.branch_meta.outputs.branch }}
secrets:
Expand Down

0 comments on commit ae5e45e

Please sign in to comment.