git.delta.rocks / unique-network / refs/commits / 98e6903a6840

difftreelog

fix path to jinja template

Alexander Aksenov2022-08-15parent: #4c8938f.patch.diff
in: master

1 file changed

modified.github/workflows/try-runtime.ymldiffbeforeafterboth
76 - name: Generate ENV related extend file for docker-compose76 - name: Generate ENV related extend file for docker-compose
77 uses: cuchi/jinja2-action@v1.2.077 uses: cuchi/jinja2-action@v1.2.0
78 with:78 with:
79 template: .docker/forking/docker-compose.try-runtime.j279 template: .docker/docker-compose.try-runtime.j2
80 output_file: .docker/forking/docker-compose.${{ matrix.network }}.yml80 output_file: .docker/docker-compose.try-runtime.${{ matrix.network }}.yml
81 variables: |81 variables: |
82 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git82 REPO_URL=${{ github.server_url }}/${{ github.repository }}.git
83 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}83 RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }}