mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Add yq package to updater
This commit is contained in:
parent
011a60f9f9
commit
164fbfd702
1 changed files with 2 additions and 0 deletions
2
.github/workflows/updater.yml
vendored
2
.github/workflows/updater.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Install tomlq
|
||||
run: sudo apt-get install -y yq
|
||||
- name: Run the updater script
|
||||
id: run_updater
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue