Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Malot committed Aug 27, 2024
1 parent 7e122ec commit a087fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-genshin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
echo "$COMMITS" | while read -r COMMIT MESSAGE; do
VERSION=$(echo "$MESSAGE" | sed -n 's/.*v\([0-9]\+\.[0-9]\+\)$/\1/p')
gh api 'repos/dvaJi/genshin-data/git/trees/$COMMIT?recursive="1"' \
gh api 'repos/dvaJi/genshin-data/git/trees/$COMMIT?recursive=1' \
--jq '.tree[] | select(.type == "blob") | .path' > changed_files.txt
git clone https://github.com/dvaJi/genshin-data.git
bun run ./scripts/workflow/update_file.ts "$VERSION"
Expand Down

0 comments on commit a087fd0

Please sign in to comment.