Skip to content

Commit

Permalink
fixing SYNC_REPO
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jun 25, 2024
1 parent 0f8cf55 commit 182285d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
VERSIONS: "1.15,1.16,1.17,1.18,1.19" #"${{ github.event.inputs.versions || vars.VERSIONS }}"
OWNER: hashicorp
REPO: consul
SYNC-REPO: consul-enterprise
SYNC_REPO: consul-enterprise
run: |
backport-assistant validate \
--owner ${{ env.OWNER }} --repo ${{ env.REPO }} --sync-repo ${{ env.SYNC_REPO }} --versions "${{ env.VERSIONS }}" \
Expand Down Expand Up @@ -75,5 +75,5 @@ jobs:
REPO: consul-enterprise
run: |
backport-assistant validate \
--owner ${{ env.OWNER }} --repo ${{ env.REPO }} --sync-repo ${{ env.SYNC_REPO }} --versions "${{ env.VERSIONS }}" \
--owner ${{ env.OWNER }} --repo ${{ env.REPO }} --versions "${{ env.VERSIONS }}" \
--begin-date ${{ env.BEGIN_DATE }} --add-comment

0 comments on commit 182285d

Please sign in to comment.