Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Sep 21, 2024
1 parent 453c458 commit dcd166c
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 @@ -99,7 +99,7 @@ jobs:
for ((i=${#COMMITS[@]}-1; i>=0; i--)); do
COMMIT=$(echo "${COMMITS[i]}" | awk '{print $1}')
MESSAGE=$(echo "${COMMITS[i]}" | cut -d' ' -f2-)
echo "Processing commit: $COMMIT"
VERSION=$(echo "$MESSAGE" | sed -n 's/.*v\([0-9]\+\.[0-9]\+\)$/\1/p')
gh api "repos/dvaJi/genshin-data/git/trees/$COMMIT?recursive=1" \
--jq '.tree[] | select(.type == "blob") | .path' > changed_files.txt
Expand Down

0 comments on commit dcd166c

Please sign in to comment.