Skip to content

Commit

Permalink
push files to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Apr 2, 2024
1 parent 5a99570 commit bd7f798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
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 ${{github.event.inputs.new-release}}
git push origin main
- name: Notify Slack
if: always()
uses: edge/simple-slack-notify@master
Expand Down

0 comments on commit bd7f798

Please sign in to comment.