Skip to content

Commit b55b464

Browse files
committed
chore: add ref to checkout step in safe-transaction workflow for testing
1 parent 6f5048e commit b55b464

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/safe-transaction.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
steps:
5555
- name: Checkout repository
5656
uses: actions/checkout@v4
57+
with:
58+
repository: iExecBlockchainComputing/github-actions-workflows
59+
# TODO: Only for testing, remove before merging
60+
ref: feature/add-safe-transaction-reusable-workflow
5761

5862
- name: Setup Node.js
5963
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)