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)
(cherry picked from commit a4df282)
(cherry picked from commit a313528)
  • Loading branch information
shivnagarajan authored and shanth96 committed Jul 26, 2024
1 parent 1435f6f commit bb561e3
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 @@ -43,7 +43,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 bb561e3

Please sign in to comment.