mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-09 19:12:58 +01:00
Fix typo in version
This commit is contained in:
parent
4d7be08b8c
commit
bce7fe4aac
4
.github/workflows/build_addon.yml
vendored
4
.github/workflows/build_addon.yml
vendored
@ -198,7 +198,7 @@ jobs:
|
||||
cp addon/nextcloud_backup/config.yml repository/nextcloud_backup/
|
||||
|
||||
- name: Change version in config file
|
||||
uses: fjogeleit/yaml-update-action@V0.15.0
|
||||
uses: fjogeleit/yaml-update-action@v0.15.0
|
||||
with:
|
||||
valueFile: "repository/nextcloud_backup/config.yml"
|
||||
propertyPath: "version"
|
||||
@ -206,7 +206,7 @@ jobs:
|
||||
commitChange: false
|
||||
|
||||
- name: Add image propertie
|
||||
uses: fjogeleit/yaml-update-action@V0.15.0
|
||||
uses: fjogeleit/yaml-update-action@v0.15.0
|
||||
with:
|
||||
valueFile: "repository/nextcloud_backup/config.yml"
|
||||
propertyPath: "image"
|
||||
|
Loading…
Reference in New Issue
Block a user