Skip to content

Commit

Permalink
build:Update quarkus-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriytkach authored Jun 21, 2024
1 parent c4c17f6 commit be20ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Create Pull Request
if: env.has_changes == 'true'
run: |
gh pr create -f -a @me -r @me -l dependencies -l automerge_github -t "build(deps): update quarkus to ${{ env.initial_version }}" && gh pr merge --auto -d -s
gh pr create -f -a yuriytkach -r yuriytkach -l dependencies -l automerge_github -t "build(deps): update quarkus to ${{ env.initial_version }}" && gh pr merge --auto -d -s
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be20ee2

Please sign in to comment.