Skip to content

Commit

Permalink
Use current PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 23, 2024
1 parent 457c150 commit 5987b24
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/push-e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
# checkout the current branch
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Get latest release tag
id: get-latest-release-tag
run: |
export latest-rel-tag=$(make -C hack/ci/ get-latest-release-tag)
echo "Output [$latest-rel-tag]"
echo "latest_release_tag=$latest-rel-tag" >> "$GITHUB_OUTPUT"
export latest_rel_tag=$(make -C hack/ci/ get-latest-release-tag)
echo "Output [$latest_rel_tag]"
echo "latest_release_tag=$latest_rel_tag" >> "$GITHUB_OUTPUT"

second_job:
Expand Down

0 comments on commit 5987b24

Please sign in to comment.