From 98e6903a6840c9ea8e7eb2792c3936887e3371c0 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 15 Aug 2022 15:04:20 +0000 Subject: [PATCH] fix path to jinja template --- --- a/.github/workflows/try-runtime.yml +++ b/.github/workflows/try-runtime.yml @@ -76,8 +76,8 @@ - name: Generate ENV related extend file for docker-compose uses: cuchi/jinja2-action@v1.2.0 with: - template: .docker/forking/docker-compose.try-runtime.j2 - output_file: .docker/forking/docker-compose.${{ matrix.network }}.yml + template: .docker/docker-compose.try-runtime.j2 + output_file: .docker/docker-compose.try-runtime.${{ matrix.network }}.yml variables: | REPO_URL=${{ github.server_url }}/${{ github.repository }}.git RUST_TOOLCHAIN=${{ env.RUST_TOOLCHAIN }} -- gitstuff