difftreelog
fix typo - ggithub.base_ref -> github.head_ref
in: master
1 file changed
.github/workflows/node_build_test.ymldiffbeforeafterboth69 with:69 with:70 template: .docker/docker-compose.tmp.j270 template: .docker/docker-compose.tmp.j271 output_file: .docker/docker-compose.${{ matrix.network }}.yml71 output_file: .docker/docker-compose.${{ matrix.network }}.yml72 variables: |72 variables: |73 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git73 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git74 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 }}787879 - name: Show build configuration79 - name: Show build configuration80 run: cat .docker/docker-compose.${{ matrix.network }}.yml80 run: cat .docker/docker-compose.${{ matrix.network }}.yml