Skip to content

Commit

Permalink
Update nightly_update.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Apr 30, 2024
1 parent efae377 commit 5bf768a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
nightly_update:
runs-on: ubuntu-latest
steps:
- name: Set Git user name and email
run: |
git config --global user.email ${{ secrets.GHA_EMAIL }}
git config --global user.name ${{ secrets.GHA_ID }}
- name: Check out repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5bf768a

Please sign in to comment.