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 b466ea6 commit e6d9142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-genshin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
git config user.name "GitHub Actions Bot"
git config user.email "[email protected]"
git clone https://github.com/dvaJi/genshin-data.git
echo "$COMMITS"
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" \
Expand Down

0 comments on commit e6d9142

Please sign in to comment.