Skip to content

Commit

Permalink
Update rulicka-bot.yml (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkucerak authored May 1, 2024
1 parent bc97fef commit bc9a8d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rulicka-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ jobs:
cat ${{ github.event.inputs.filename }}.json
- name: Create a pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{steps.generate_token.outputs.token}}
commit-message: Add ${{ github.event.inputs.filename }}.json toilet
committer: Rulicka [Bot] <[email protected]>
author: Rulica <[email protected]>
commit-message: Add ${{ github.event.inputs.filename }}.json toilet
signoff: false
branch: new-toilet-${{ github.event.inputs.filename }}
delete-branch: true
Expand Down

0 comments on commit bc9a8d2

Please sign in to comment.