Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xhd0728 committed Mar 24, 2024
1 parent eccaa7a commit 8eb27df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/google_scholar_crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
cd ./results
git init
git config --local user.name "${GITHUB_ACTOR}"
git config --local user.email "[email protected]"
export remote_repo="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
git add *.json
git commit -m "Updated Citation Data"
Expand Down

0 comments on commit 8eb27df

Please sign in to comment.