Skip to content

Commit

Permalink
Merge pull request #161 from Shopify/fix_e2e_test_v17
Browse files Browse the repository at this point in the history
fix for e2e test issue on v17

(cherry picked from commit 6a86fc9)
  • Loading branch information
shivnagarajan committed May 9, 2024
1 parent 4adbff1 commit 29140ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_downgrade_test_backups_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false'
id: output-previous-release-ref
run: |
previous_release_ref=$(./tools/get_previous_release.sh ${{github.base_ref}} ${{github.ref}})
previous_release_ref=$(./tools/get_previous_release_shopify.sh)
echo $previous_release_ref
echo "previous_release_ref=${previous_release_ref}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 29140ff

Please sign in to comment.