Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Jan 19, 2024
1 parent 837987e commit 747953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-graphs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: |
cd ./data
mkdir -p ./persons/data
test -f "$RUNNER_TEMP/persons/data.sqlite" && tar --zstd -cf ./persons/data/data.tar.zst -C "$RUNNER_TEMP" data.sqlite
test -f "$RUNNER_TEMP/persons/data.sqlite" && tar --zstd -cf ./persons/data/data.tar.zst -C "$RUNNER_TEMP/persons" data.sqlite
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
Expand Down

0 comments on commit 747953d

Please sign in to comment.