Skip to content

Commit e37f2cb

Browse files
committed
refactor: Rename propose-token-contract-to-safe job to propose-token-to-safe-tx for consistency
refactor: Rename propose-to-safe-tx job to propose-bridge-to-safe-tx for clarity
1 parent 3c3f6dc commit e37f2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/transfer-admin-role-safe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
echo "ℹ️ Re-run with dry_run=false to actually propose to Safe"
142142
fi
143143
144-
propose-token-contract-to-safe:
144+
propose-token-to-safe-tx:
145145
needs: prepare-transaction-calldata
146146
if: ${{ inputs.dry_run == false }}
147147
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/propose-safe-multisig-tx.yml@main
@@ -154,7 +154,7 @@ jobs:
154154
transaction-to: ${{ fromJson(needs.prepare-transaction-calldata.outputs.transactions)[0].to }}
155155
transaction-data: ${{ fromJson(needs.prepare-transaction-calldata.outputs.transactions)[0].data }}
156156

157-
propose-to-safe-tx:
157+
propose-bridge-to-safe-tx:
158158
needs: prepare-transaction-calldata
159159
if: ${{ inputs.dry_run == false }}
160160
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/propose-safe-multisig-tx.yml@main

0 commit comments

Comments
 (0)