Skip to content

Commit

Permalink
fix(gha): remove head parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mboskamp committed Oct 14, 2024
1 parent d498b2b commit d271d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Run Maven with bump-versions profile
run: mvn clean package --batch-mode -Pbump-versions
- name: Create Pull Request
run: gh pr create --base master --head bump-versions --title 'Bump all dependency and Camunda versions' --body 'Created by Github action'
run: gh pr create --base master --title 'Bump all dependency and Camunda versions' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d271d1f

Please sign in to comment.