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

Fix workflow again

parent 9a163843
Branches
No related tags found
Loading
......@@ -58,7 +58,7 @@ jobs:
- name: Overwrite data, if provided
if: "${{ github.event.inputs.gist != '' }}"
run: |
mkdir -p ../tf_oss_dashboard/${{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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment