From 411fcca89a04ef29ab585f91e16ac0fab0546718 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 17 Sep 2021 11:50:38 -0700 Subject: [PATCH] Fix open issue on failure (#4161) --- .github/workflows/publish-smoke-test-fake-backend-images.yml | 2 +- .github/workflows/publish-smoke-test-grpc-images.yml | 2 +- .github/workflows/publish-smoke-test-play-images.yml | 2 +- .github/workflows/publish-smoke-test-spring-boot-images.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-smoke-test-fake-backend-images.yml b/.github/workflows/publish-smoke-test-fake-backend-images.yml index ab8f294e4f..266d4c2578 100644 --- a/.github/workflows/publish-smoke-test-fake-backend-images.yml +++ b/.github/workflows/publish-smoke-test-fake-backend-images.yml @@ -112,4 +112,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filename: .github/template/smoke-test-image-publishing-failed.md + filename: .github/templates/smoke-test-image-publishing-failed.md diff --git a/.github/workflows/publish-smoke-test-grpc-images.yml b/.github/workflows/publish-smoke-test-grpc-images.yml index 12a3db0397..d1bfb9e5d9 100644 --- a/.github/workflows/publish-smoke-test-grpc-images.yml +++ b/.github/workflows/publish-smoke-test-grpc-images.yml @@ -70,4 +70,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filename: .github/template/smoke-test-image-publishing-failed.md + filename: .github/templates/smoke-test-image-publishing-failed.md diff --git a/.github/workflows/publish-smoke-test-play-images.yml b/.github/workflows/publish-smoke-test-play-images.yml index 968c4fc2d5..6434fb93ad 100644 --- a/.github/workflows/publish-smoke-test-play-images.yml +++ b/.github/workflows/publish-smoke-test-play-images.yml @@ -72,4 +72,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filename: .github/template/smoke-test-image-publishing-failed.md + filename: .github/templates/smoke-test-image-publishing-failed.md diff --git a/.github/workflows/publish-smoke-test-spring-boot-images.yml b/.github/workflows/publish-smoke-test-spring-boot-images.yml index 2a1f94e3ee..97ea2011d1 100644 --- a/.github/workflows/publish-smoke-test-spring-boot-images.yml +++ b/.github/workflows/publish-smoke-test-spring-boot-images.yml @@ -70,4 +70,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filename: .github/template/smoke-test-image-publishing-failed.md + filename: .github/templates/smoke-test-image-publishing-failed.md