Skip to content

Commit

Permalink
hardcoding versions and begin date
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Jun 25, 2024
1 parent dd9e24b commit 9c785e1
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 @@ -50,7 +50,7 @@ jobs:
# you are unsetting the repository variables if you want to use the inputs.

# TODO(jmurret): Remove this before we merge this PR.
BEGIN_DATE: "2016-03-24" # "${{ github.event.inputs.begin-date || vars.BEGIN_DATE }}"
BEGIN_DATE: "2024-03-26" # "${{ github.event.inputs.begin-date || vars.BEGIN_DATE }}"
VERSIONS: "1.15,1.16,1.17,1.18,1.19" #"${{ github.event.inputs.versions || vars.VERSIONS }}"
OWNER: hashicorp
REPO: consul
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# NOTE: The repository variables override the inputs if they are set. If you are using the workflow_dispatch, ensure
# you are unsetting the repository variables if you want to use the inputs.
# TODO(jmurret): Remove this before we merge this PR.
BEGIN_DATE: "2016-03-24" # "${{ github.event.inputs.begin-date || vars.BEGIN_DATE }}"
BEGIN_DATE: "2024-03-26" # "${{ github.event.inputs.begin-date || vars.BEGIN_DATE }}"
VERSIONS: "1.15,1.16,1.17,1.18,1.19" #"${{ github.event.inputs.versions || vars.VERSIONS }}"
OWNER: hashicorp
REPO: consul-enterprise
Expand Down

0 comments on commit 9c785e1

Please sign in to comment.