1
0
Fork 0
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:
ewilly 2023-03-03 09:20:00 +01:00
parent 011a60f9f9
commit 164fbfd702

View file

@ -17,6 +17,8 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Install tomlq
run: sudo apt-get install -y yq
- name: Run the updater script - name: Run the updater script
id: run_updater id: run_updater
run: | run: |