Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mb1896 committed Feb 18, 2024
1 parent 8b6c905 commit 13c1bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
ref: cd/contracts
submodules: recursive
- name: Merge from the branch that triggered the workflow run
run: git merge origin/${{ github.head_ref }}
run: git pull origin ${{ github.head_ref }} --allow-unrelated-histories
- name: Write deployed address to output file
run: |
mkdir -p deployments
Expand Down

0 comments on commit 13c1bb4

Please sign in to comment.