From 377f0866bbf258e5221846d0616e4bfe05dfba13 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 3 Oct 2022 23:27:54 +0200 Subject: [PATCH] Update workflow to new branch name --- .github/workflows/call-invalid-interaction-helper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-invalid-interaction-helper.yml b/.github/workflows/call-invalid-interaction-helper.yml index 6655f0b..773767c 100644 --- a/.github/workflows/call-invalid-interaction-helper.yml +++ b/.github/workflows/call-invalid-interaction-helper.yml @@ -8,5 +8,5 @@ jobs: if: github.event.label.name == 'invalid' permissions: issues: write - uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@main + uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1 secrets: inherit