From 9a163843315ff2330c8ccd3b57a409d0b9b80beb Mon Sep 17 00:00:00 2001 From: Austin Anderson <angerson@google.com> Date: Fri, 16 Jun 2023 15:12:42 -0700 Subject: [PATCH] Fix workflow again --- .github/workflows/dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 52717e2..597cc3f 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -58,7 +58,7 @@ jobs: - name: Overwrite data, if provided if: "${{ github.event.inputs.gist != '' }}" run: | - mkdir -p ${{matrix.config}} + mkdir -p ../tf_oss_dashboard/${{matrix.config}} git clone "https://gist.github.com/${{github.event.inputs.gist}}.git" gist cd gist if [[ -s ${{matrix.config}} ]]; then -- GitLab