Update pihole.yml

This commit is contained in:
John Dorman 2021-12-03 03:43:58 -08:00 committed by GitHub
parent 1ddfbe4247
commit 5d9e49ae67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Set the version - name: Set the version
id: ic id: set_version
run: | run: |
echo VERSION=$(curl --silent "https://api.github.com/repos/pi-hole/docker-pi-hole/releases/latest" | jq -r '.["tag_name"]')>> $GITHUB_ENV echo VERSION=$(curl --silent "https://api.github.com/repos/pi-hole/docker-pi-hole/releases/latest" | jq -r '.["tag_name"]')>> $GITHUB_ENV
- -