Fix typo in version

This commit is contained in:
SebClem 2024-09-10 13:57:39 +02:00
parent 4d7be08b8c
commit bce7fe4aac
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -198,7 +198,7 @@ jobs:
cp addon/nextcloud_backup/config.yml repository/nextcloud_backup/ cp addon/nextcloud_backup/config.yml repository/nextcloud_backup/
- name: Change version in config file - name: Change version in config file
uses: fjogeleit/yaml-update-action@V0.15.0 uses: fjogeleit/yaml-update-action@v0.15.0
with: with:
valueFile: "repository/nextcloud_backup/config.yml" valueFile: "repository/nextcloud_backup/config.yml"
propertyPath: "version" propertyPath: "version"
@ -206,7 +206,7 @@ jobs:
commitChange: false commitChange: false
- name: Add image propertie - name: Add image propertie
uses: fjogeleit/yaml-update-action@V0.15.0 uses: fjogeleit/yaml-update-action@v0.15.0
with: with:
valueFile: "repository/nextcloud_backup/config.yml" valueFile: "repository/nextcloud_backup/config.yml"
propertyPath: "image" propertyPath: "image"