Skip to content

Commit 9de9bd2

Browse files
committed
fix: Remove commented-out steps from accept-admin-safe workflow
1 parent fdc3e9f commit 9de9bd2

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

.github/workflows/accept-admin-safe.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -34,33 +34,4 @@ jobs:
3434
proposer-private-key: ${{ secrets.PROPOSER_PRIVATE_KEY }}
3535
foundry-script-path: 'script/TransferAdminRole.s.sol:AcceptAdminRole'
3636
env:
37-
CHAIN: ${{ inputs.network }}
38-
39-
# - name: Display Results
40-
# run: |
41-
# echo "Operation Status: ${{ steps.transfer-admin.outputs.status }}"
42-
# echo "Transaction Count: ${{ steps.transfer-admin.outputs.transaction-count }}"
43-
44-
# if [[ "${{ inputs.action-mode }}" == "propose" ]]; then
45-
# echo "Transaction Hash: ${{ steps.transfer-admin.outputs.transaction-hash }}"
46-
# echo "All Transaction Hashes: ${{ steps.transfer-admin.outputs.transaction-hashes }}"
47-
# echo "✅ Admin role transfer transaction has been proposed to the Safe multisig"
48-
# echo "📋 Please review and approve the transaction in the Safe interface"
49-
# elif [[ "${{ inputs.action-mode }}" == "list-pending" ]]; then
50-
# echo "Pending Transactions:"
51-
# echo '${{ steps.transfer-admin.outputs.pending-transactions }}' | jq '.'
52-
# fi
53-
54-
# - name: Summary
55-
# run: |
56-
# echo "## Transfer Admin Role Summary" >> $GITHUB_STEP_SUMMARY
57-
# echo "- **Safe Address**: ${{ inputs.safe-address }}" >> $GITHUB_STEP_SUMMARY
58-
# echo "- **Chain**: ${{ inputs.chain }}" >> $GITHUB_STEP_SUMMARY
59-
# echo "- **Script**: ${{ inputs.script-path }}" >> $GITHUB_STEP_SUMMARY
60-
# echo "- **Mode**: ${{ inputs.action-mode }}" >> $GITHUB_STEP_SUMMARY
61-
# echo "- **Status**: ${{ steps.transfer-admin.outputs.status }}" >> $GITHUB_STEP_SUMMARY
62-
# echo "- **Transaction Count**: ${{ steps.transfer-admin.outputs.transaction-count }}" >> $GITHUB_STEP_SUMMARY
63-
64-
# if [[ "${{ inputs.action-mode }}" == "propose" ]]; then
65-
# echo "- **Transaction Hash**: ${{ steps.transfer-admin.outputs.transaction-hash }}" >> $GITHUB_STEP_SUMMARY
66-
# fi
37+
CHAIN: ${{ inputs.network }}

0 commit comments

Comments
 (0)