From 87bd47f7b7bd7b4bfd3db56957713f1bd2405470 Mon Sep 17 00:00:00 2001 From: Scotte Zinn Date: Mon, 12 Jun 2023 20:28:54 -0400 Subject: [PATCH] Use pi-hole as tag for blacklist --- .github/workflows/create-blacklist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-blacklist.yaml b/.github/workflows/create-blacklist.yaml index 79be4a1da5..1808f2a256 100644 --- a/.github/workflows/create-blacklist.yaml +++ b/.github/workflows/create-blacklist.yaml @@ -99,6 +99,6 @@ jobs: repo_token: ${{ steps.generate-token.outputs.token }} file: hosts.blacklist asset_name: hosts.blacklist - tag: ${{ github.ref }} + tag: pi-hole overwrite: true body: "Current blacklisted sites"