From c3c94c055b004b76ba8578940ffc0397c92c97b4 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:50:29 -0800 Subject: [PATCH] Set artifact-name for multiple invocations of pathogen-repo-ci From the input description: If you're invoking this workflow multiple times from the same calling workflow, you should set this. --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35b290f..db532cc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,17 +23,20 @@ jobs: # subdirs (i.e. for our new repo layout). # -trs, 30 Jan 2024 repo: nextstrain/ebola + artifact-name: outputs-test-pathogen-repo-ci secrets: inherit test-pathogen-repo-ci-no-example-data: uses: ./.github/workflows/pathogen-repo-ci.yaml with: repo: nextstrain/zika-tutorial + artifact-name: outputs-test-pathogen-repo-ci-no-example-data test-pathogen-repo-ci-failure: uses: ./.github/workflows/pathogen-repo-ci.yaml with: repo: nextstrain/zika-tutorial + artifact-name: outputs-test-pathogen-repo-ci-failure build-args: __BOGUS_BUILD_TARGET__ continue-on-error: true