difftreelog
fix path to jinja template
in: master
1 file changed
.github/workflows/try-runtime.ymldiffbeforeafterboth76 - name: Generate ENV related extend file for docker-compose76 - name: Generate ENV related extend file for docker-compose77 uses: cuchi/jinja2-action@v1.2.077 uses: cuchi/jinja2-action@v1.2.078 with:78 with:79 template: .docker/forking/docker-compose.try-runtime.j279 template: .docker/docker-compose.try-runtime.j280 output_file: .docker/forking/docker-compose.${{ matrix.network }}.yml80 output_file: .docker/docker-compose.try-runtime.${{ matrix.network }}.yml81 variables: |81 variables: |82 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git82 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git83 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}83 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}