Skip to content

Commit

Permalink
IT-298 Adding release branch to checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenoQVDS authored Oct 29, 2023
1 parent 387441a commit 8271b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/entando-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
git push origin ${{ env.RELEASE_BRANCH }}
# Checkout the entando-releases repository
- name: Checkout entando-releases
- name: Checkout entando-releases ${{ env.RELEASE_BRANCH }}
uses: actions/checkout@v3
with:
repository: ${{ env.ENTANDO_RELEASES_REPO }}
Expand Down

0 comments on commit 8271b66

Please sign in to comment.