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