Skip to content

Commit

Permalink
Update enact-migration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Aug 26, 2024
1 parent 4c0a8f4 commit c29f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enact-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
git commit -m "Modified migration from GitHub Actions" || echo "No changes to commit"
git push origin
- name: Run Prepare and Enact Migration (impersonate)
run: |
run: |
yarn hardhat migrate --network ${{ github.event.inputs.network }} --deployment ${{ github.event.inputs.deployment }} --prepare --enact --overwrite ${{ fromJSON('["", "--simulate"]')[github.event.inputs.simulate == 'true'] }} ${{ fromJSON('["", "--no-enacted"]')[github.event.inputs.no_enacted == 'true'] }} ${{ github.event.inputs.migration }} --impersonate ${{ github.event.inputs.impersonateAccount }}
env:
DEBUG: true
Expand Down

0 comments on commit c29f4b9

Please sign in to comment.