Skip to content
Snippets Groups Projects
Commit 9a163843 authored by Austin Anderson's avatar Austin Anderson
Browse files

Fix workflow again

parent eefe83e3
Branches
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ jobs: ...@@ -58,7 +58,7 @@ jobs:
- name: Overwrite data, if provided - name: Overwrite data, if provided
if: "${{ github.event.inputs.gist != '' }}" if: "${{ github.event.inputs.gist != '' }}"
run: | run: |
mkdir -p ${{matrix.config}} mkdir -p ../tf_oss_dashboard/${{matrix.config}}
git clone "https://gist.github.com/${{github.event.inputs.gist}}.git" gist git clone "https://gist.github.com/${{github.event.inputs.gist}}.git" gist
cd gist cd gist
if [[ -s ${{matrix.config}} ]]; then if [[ -s ${{matrix.config}} ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment