Skip to content

Commit

Permalink
fix: remove ref
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed May 27, 2024
1 parent c75b8c8 commit 4d2c110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
run: |
python3 ./.github/workflows/deploy.py trigger_tracer_tests --proxy_image_tag=${{ needs.build-image.outputs.proxy_tag }} \
--evm_loader_image_tag=${{ needs.build-image.outputs.neon_evm_tag }} \
--token=${{ secrets.GHTOKEN }} --ref=update_hardcoded_proxy_image_name
--token=${{ secrets.GHTOKEN }}
- name: Cancel the build if job failed
if: "failure()"
uses: "andymckay/[email protected]"
Expand Down

0 comments on commit 4d2c110

Please sign in to comment.