Skip to content

Commit

Permalink
ci: Fix preset update package name
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Feb 26, 2025
1 parent 53880b6 commit a0d9ba9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7
with:
commit-message: "chore(nextcloud_test): Update presets"
commit-message: "chore(nextcloud_test_presets): Update presets"
signoff: true
branch: chore/nextcloud_test/update-presets
branch: chore/nextcloud_test_presets/update-presets
delete-branch: true
title: "chore(nextcloud_test): Update presets"
body: "`git checkout chore/nextcloud_test/update-presets && git commit --amend -s --no-edit && git push -f` locally to trigger the CI."
title: "chore(nextcloud_test_presets): Update presets"
body: "`git checkout chore/nextcloud_test_presets/update-presets && git commit --amend -s --no-edit && git push -f` locally to trigger the CI."

0 comments on commit a0d9ba9

Please sign in to comment.