Skip to content

Commit

Permalink
play around with enact-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed May 21, 2024
1 parent 8799a64 commit 0ba7c62
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 @@ -115,7 +115,7 @@ jobs:
--overwrite ${{ fromJSON('["", "--simulate"]')[github.event.inputs.simulate == 'true'] }} \
${{ fromJSON('["", "--no-enacted"]')[github.event.inputs.no_enacted == 'true'] }} \
${{ github.event.inputs.migration }} \
${{ github.event.inputs.imittate_address && '--imittate ' + github.event.inputs.imittate_address || '' }}
${{ github.event.inputs.imittate_address && format('--imittate {}', github.event.inputs.imittate_address) || '' }}
env:
DEBUG: true
Expand Down

0 comments on commit 0ba7c62

Please sign in to comment.