From 5d9e49ae67d752508baaf44e2bf3fa09fb2280a5 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Fri, 3 Dec 2021 03:43:58 -0800 Subject: [PATCH] Update pihole.yml --- .github/workflows/pihole.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pihole.yml b/.github/workflows/pihole.yml index dc36be8..716e3e1 100644 --- a/.github/workflows/pihole.yml +++ b/.github/workflows/pihole.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Set the version - id: ic + id: set_version run: | echo VERSION=$(curl --silent "https://api.github.com/repos/pi-hole/docker-pi-hole/releases/latest" | jq -r '.["tag_name"]')>> $GITHUB_ENV -