ci(actions): Update workflow templates from organization template repository

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
nextcloud-command
2026-05-31 03:28:18 +00:00
committed by GitHub
parent 32a0b97ce3
commit 8d9bb5e17a
4 changed files with 51 additions and 32 deletions

View File

@@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable34'
- 'stable33'
- 'stable32'
@@ -122,7 +123,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
token: ${{ secrets.COMMAND_BOT_WORKFLOWS }} # zizmor: ignore[secrets-outside-env]
token: ${{ secrets.COMMAND_BOT_WORKFLOWS }}
commit-message: 'ci(actions): Update workflow templates from organization template repository'
committer: GitHub <noreply@github.com>
author: nextcloud-command <nextcloud-command@users.noreply.github.com>