diff --git a/.github/workflows/entando-release.yml b/.github/workflows/entando-release.yml index 6b418c7..6912021 100644 --- a/.github/workflows/entando-release.yml +++ b/.github/workflows/entando-release.yml @@ -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 }}