Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mb1896 committed Feb 19, 2024
1 parent 5371767 commit 107f7ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/auto-deploy-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
ref: cd/contracts
submodules: recursive
- name: Merge from the branch that triggered the workflow run
run: git pull --rebase origin ${{ github.head_ref }}
run: |
git rev-parse --abbrev-ref HEAD
git show HEAD
git pull --rebase origin ${{ github.head_ref }}
- name: Write deployed address to output file
run: |
mkdir -p deployments
Expand Down

0 comments on commit 107f7ff

Please sign in to comment.