git.delta.rocks / unique-network / refs/commits / a5940c7bd709

difftreelog

fix typo - ggithub.base_ref -> github.head_ref

Alexander Aksenov2022-08-05parent: #85bb1d2.patch.diff
in: master

1 file changed

modified.github/workflows/node_build_test.ymldiffbeforeafterboth
69 with:69 with:
70 template: .docker/docker-compose.tmp.j270 template: .docker/docker-compose.tmp.j2
71 output_file: .docker/docker-compose.${{ matrix.network }}.yml71 output_file: .docker/docker-compose.${{ matrix.network }}.yml
72 variables: |72 variables: |
73 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git73 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git
74 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}74 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}
75 POLKA_VERSION=${{ env.POLKA_VERSION }}75 POLKA_VERSION=${{ env.POLKA_VERSION }}
76 FEATURE=${{ matrix.features }}76 FEATURE=${{ matrix.features }}
77 BRANCH=${{ github.base_ref }}77 BRANCH=${{ github.head_ref }}
7878
79 - name: Show build configuration79 - name: Show build configuration
80 run: cat .docker/docker-compose.${{ matrix.network }}.yml80 run: cat .docker/docker-compose.${{ matrix.network }}.yml