File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
update_version :
10
- # Pushes new refs to interested external repositories , so they can do early testing against them.
10
+ # Pushes new refs to interested external repositorysitories , so they can do early testing against them.
11
11
runs-on : ubuntu-latest
12
- name : Update libp2p's version for ${{ matrix.target.repo }} from ${{ matrix.target.source_ref }}
12
+ name : Update libp2p's version for ${{ matrix.target.repository }} from ${{ matrix.target.ref }}
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
16
target : [
17
- { repo : status-im/nimbus-eth2, source_ref: master },
18
- { repo : waku-org/nwaku, source_ref : master },
19
- { repo : codex-storage/nim-codex, source_ref : master }
17
+ { repository : status-im/nimbus-eth2, ref: unstable },
18
+ { repository : waku-org/nwaku, ref : master },
19
+ { repository : codex-storage/nim-codex, ref : master }
20
20
]
21
21
steps :
22
- - name : Clone repo
22
+ - name : Clone repository
23
23
uses : actions/checkout@v4
24
24
with :
25
- repository : ${{ matrix.target.repo }}
26
- ref : ${{ matrix.target.source_ref }}
25
+ repositorysitory : ${{ matrix.target.repository }}
26
+ ref : ${{ matrix.target.ref }}
27
27
path : nbc
28
28
fetch-depth : 0
29
29
token : ${{ secrets.ACTIONS_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments