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

Fix workflow

parent 209a8292
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ jobs: ...@@ -58,6 +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}}
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