Skip to content

Commit

Permalink
use ror-bot github account
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Apr 2, 2024
1 parent 4f7ccb9 commit 5a99570
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate_dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
if: ${{ steps.copynewdump.outcome == 'success'}}
run: |
cd ./ror-data-test
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --local user.email "[email protected]"
git config --local user.name "ror-bot"
git add *.zip
git commit -m "add new data dump file"
git push origin main
Expand All @@ -82,11 +82,11 @@ jobs:
run: |
pwd
cd ./ror-records-test
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --local user.email "[email protected]"
git config --local user.name "ror-bot"
git add ${{github.event.inputs.new-release}}/v1/
git commit -m "add generated v1 files"
git push origin main
git push origin ${{github.event.inputs.new-release}}
- name: Notify Slack
if: always()
uses: edge/simple-slack-notify@master
Expand Down

0 comments on commit 5a99570

Please sign in to comment.