Remove duplicated Actions options from workflow

This commit is contained in:
djdefi 2023-04-19 11:30:51 -07:00 коммит произвёл GitHub
Родитель 65ad7731fe
Коммит 1eb9d62a0c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 4 удалений

5
.github/workflows/rsync-docker-bump.yml поставляемый
Просмотреть файл

@ -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\.]+)