difftreelog
update version for actions
in: master
5 files changed
.github/workflows/forkless-update-data.ymldiffbeforeafterboth101 run: cat .docker/forkless-config/launch-config-forkless-data.json101 run: cat .docker/forkless-config/launch-config-forkless-data.json102102103 - name: Run find-and-replace to remove slashes from branch name103 - name: Run find-and-replace to remove slashes from branch name104 uses: mad9000/actions-find-and-replace-string@3104 uses: mad9000/actions-find-and-replace-string@4105 id: branchname105 id: branchname106 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_ENV169169170 - name: Run find-and-replace to remove slashes from branch name170 - name: Run find-and-replace to remove slashes from branch name171 uses: mad9000/actions-find-and-replace-string@2171 uses: mad9000/actions-find-and-replace-string@4172 id: branchname172 id: branchname173 with:173 with:174 source: ${{ github.head_ref }}174 source: ${{ github.head_ref }}.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth107 run: cat .docker/forkless-config/launch-config-forkless-nodata.json107 run: cat .docker/forkless-config/launch-config-forkless-nodata.json108108109 - name: Run find-and-replace to remove slashes from branch name109 - name: Run find-and-replace to remove slashes from branch name110 uses: mad9000/actions-find-and-replace-string@3110 uses: mad9000/actions-find-and-replace-string@4111 id: branchname111 id: branchname112 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_ENV170170171 - name: Run find-and-replace to remove slashes from branch name171 - name: Run find-and-replace to remove slashes from branch name172 uses: mad9000/actions-find-and-replace-string@2172 uses: mad9000/actions-find-and-replace-string@4173 id: branchname173 id: branchname174 with:174 with:175 source: ${{ github.head_ref }}175 source: ${{ github.head_ref }}.github/workflows/testnet-build.ymldiffbeforeafterboth95 run: cat launch-config.json95 run: cat launch-config.json969697 - name: Run find-and-replace to remove slashes from branch name97 - name: Run find-and-replace to remove slashes from branch name98 uses: mad9000/actions-find-and-replace-string@298 uses: mad9000/actions-find-and-replace-string@499 id: branchname99 id: branchname100 with:100 with:101 source: ${{ github.head_ref }}101 source: ${{ github.head_ref }}.github/workflows/try-runtime.ymldiffbeforeafterboth89 run: cat .docker/Dockerfile-try-runtime.${{ matrix.network }}.yml89 run: cat .docker/Dockerfile-try-runtime.${{ matrix.network }}.yml909091 - name: Run find-and-replace to remove slashes from branch name91 - name: Run find-and-replace to remove slashes from branch name92 uses: mad9000/actions-find-and-replace-string@392 uses: mad9000/actions-find-and-replace-string@493 id: branchname93 id: branchname94 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_ENV152152153 - name: Run find-and-replace to remove slashes from branch name153 - name: Run find-and-replace to remove slashes from branch name154 uses: mad9000/actions-find-and-replace-string@2154 uses: mad9000/actions-find-and-replace-string@4155 id: branchname155 id: branchname156 with:156 with:157 source: ${{ github.head_ref }}157 source: ${{ github.head_ref }}.github/workflows/xcm.ymldiffbeforeafterboth286 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml286 run: cat .docker/Dockerfile-xcm.${{ matrix.network }}.yml287287288 - name: Run find-and-replace to remove slashes from branch name288 - name: Run find-and-replace to remove slashes from branch name289 uses: mad9000/actions-find-and-replace-string@3289 uses: mad9000/actions-find-and-replace-string@4290 id: branchname290 id: branchname291 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_ENV348348349 - name: Run find-and-replace to remove slashes from branch name349 - name: Run find-and-replace to remove slashes from branch name350 uses: mad9000/actions-find-and-replace-string@2350 uses: mad9000/actions-find-and-replace-string@4351 id: branchname351 id: branchname352 with:352 with:353 source: ${{ github.head_ref }}353 source: ${{ github.head_ref }}