Skip to content

Commit

Permalink
fix(gha): main branch deployment workflow was invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
arikkfir committed Sep 26, 2023
1 parent 9a08d18 commit 8015084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: ${{ needs.env.outputs.name }}
url: https://acme.${{ needs.env.outputs.name }}.greenstar.kfirs.com
steps:
- uses: arikkfir/deploy@main
- uses: arikkfir/deploy@041c7e5
with:
repository: greenstar
branch: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 8015084

Please sign in to comment.