git.delta.rocks / unique-network / refs/commits / 0ca6b86a4f85

difftreelog

update version for actions

Konstantin Astakhov2023-04-11parent: #716a919.patch.diff
in: master

5 files changed

modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
101 run: cat .docker/forkless-config/launch-config-forkless-data.json101 run: cat .docker/forkless-config/launch-config-forkless-data.json
102102
103 - name: Run find-and-replace to remove slashes from branch name103 - name: Run find-and-replace to remove slashes from branch name
104 uses: mad9000/actions-find-and-replace-string@3104 uses: mad9000/actions-find-and-replace-string@4
105 id: branchname105 id: branchname
106 with:106 with:
107 source: ${{ github.head_ref }}107 source: ${{ github.head_ref }}
168 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV168 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
169169
170 - name: Run find-and-replace to remove slashes from branch name170 - name: Run find-and-replace to remove slashes from branch name
171 uses: mad9000/actions-find-and-replace-string@2171 uses: mad9000/actions-find-and-replace-string@4
172 id: branchname172 id: branchname
173 with:173 with:
174 source: ${{ github.head_ref }}174 source: ${{ github.head_ref }}
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
107 run: cat .docker/forkless-config/launch-config-forkless-nodata.json107 run: cat .docker/forkless-config/launch-config-forkless-nodata.json
108108
109 - name: Run find-and-replace to remove slashes from branch name109 - name: Run find-and-replace to remove slashes from branch name
110 uses: mad9000/actions-find-and-replace-string@3110 uses: mad9000/actions-find-and-replace-string@4
111 id: branchname111 id: branchname
112 with:112 with:
113 source: ${{ github.head_ref }}113 source: ${{ github.head_ref }}
169 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV169 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
170170
171 - name: Run find-and-replace to remove slashes from branch name171 - name: Run find-and-replace to remove slashes from branch name
172 uses: mad9000/actions-find-and-replace-string@2172 uses: mad9000/actions-find-and-replace-string@4
173 id: branchname173 id: branchname
174 with:174 with:
175 source: ${{ github.head_ref }}175 source: ${{ github.head_ref }}
modified.github/workflows/testnet-build.ymldiffbeforeafterboth
95 run: cat launch-config.json95 run: cat launch-config.json
9696
97 - name: Run find-and-replace to remove slashes from branch name97 - name: Run find-and-replace to remove slashes from branch name
98 uses: mad9000/actions-find-and-replace-string@298 uses: mad9000/actions-find-and-replace-string@4
99 id: branchname99 id: branchname
100 with:100 with:
101 source: ${{ github.head_ref }}101 source: ${{ github.head_ref }}
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
89 run: cat .docker/Dockerfile-try-runtime.${{ matrix.network }}.yml89 run: cat .docker/Dockerfile-try-runtime.${{ matrix.network }}.yml
9090
91 - name: Run find-and-replace to remove slashes from branch name91 - name: Run find-and-replace to remove slashes from branch name
92 uses: mad9000/actions-find-and-replace-string@392 uses: mad9000/actions-find-and-replace-string@4
93 id: branchname93 id: branchname
94 with:94 with:
95 source: ${{ github.head_ref }}95 source: ${{ github.head_ref }}
151 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV151 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
152152
153 - name: Run find-and-replace to remove slashes from branch name153 - name: Run find-and-replace to remove slashes from branch name
154 uses: mad9000/actions-find-and-replace-string@2154 uses: mad9000/actions-find-and-replace-string@4
155 id: branchname155 id: branchname
156 with:156 with:
157 source: ${{ github.head_ref }}157 source: ${{ github.head_ref }}
modified.github/workflows/xcm.ymldiffbeforeafterboth
286 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml286 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml
287287
288 - name: Run find-and-replace to remove slashes from branch name288 - name: Run find-and-replace to remove slashes from branch name
289 uses: mad9000/actions-find-and-replace-string@3289 uses: mad9000/actions-find-and-replace-string@4
290 id: branchname290 id: branchname
291 with:291 with:
292 source: ${{ github.head_ref }}292 source: ${{ github.head_ref }}
347 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV347 echo "BUILD_SHA=${LAST_COMMIT_SHA:0:8}" >> $GITHUB_ENV
348348
349 - name: Run find-and-replace to remove slashes from branch name349 - name: Run find-and-replace to remove slashes from branch name
350 uses: mad9000/actions-find-and-replace-string@2350 uses: mad9000/actions-find-and-replace-string@4
351 id: branchname351 id: branchname
352 with:352 with:
353 source: ${{ github.head_ref }}353 source: ${{ github.head_ref }}