Remove duplicated Actions options from workflow
This commit is contained in:
Родитель
65ad7731fe
Коммит
1eb9d62a0c
|
@ -22,14 +22,11 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: "Update rsync tag in Dockerfile.rsync"
|
||||
title: "Update rsync tag in Dockerfile"
|
||||
title: "Update rsync tag in Dockerfile.rsync"
|
||||
body: "This PR updates the rsync tag in the Dockerfile.rsync to the latest tagged version."
|
||||
branch: "update-rsync-tag"
|
||||
base: "master"
|
||||
path: "."
|
||||
labels: "automated-pr"
|
||||
title: "Update rsync tag in Dockerfile.rsync"
|
||||
body: "The rsync tag in the Dockerfile.rsync is outdated. This pull request has been created to update it."
|
||||
labels: "automated-update,rsync"
|
||||
modify-regex: |
|
||||
RSYNC_TAG=\K([0-9\.]+)
|
||||
|
|
Загрузка…
Ссылка в новой задаче