From c2a24c2ef93d83f9ffead3201a4a8d297454d7ed Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:45:24 -0400 Subject: [PATCH] not entire repo path --- .github/workflows/clean_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean_repo.yml b/.github/workflows/clean_repo.yml index 91ae118..aa0781c 100644 --- a/.github/workflows/clean_repo.yml +++ b/.github/workflows/clean_repo.yml @@ -74,7 +74,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.PACKAGE_DELETER }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/user/packages/container/${{ github.repository }}/versions/${id} + https://api.github.com/user/packages/container/build-container-installer/versions/${id} done