From fc569d2a08cbf37e52053b95a469dec532c7d97d Mon Sep 17 00:00:00 2001 From: Felipe Morato Date: Fri, 9 Aug 2024 12:54:24 +0300 Subject: [PATCH] Investigate clean-containers failing --- .github/workflows/clean-containers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-containers.yaml b/.github/workflows/clean-containers.yaml index 6df2427..66f03f4 100644 --- a/.github/workflows/clean-containers.yaml +++ b/.github/workflows/clean-containers.yaml @@ -24,7 +24,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/orgs/${{ github.repository_owner }}/packages/container/${{ env.REPO }} + https://api.github.com/orgs/${{ github.repository_owner }}/packages/container/tiny-rp - name: Delete 'PR' containers older than a week uses: snok/container-retention-policy@v3.0.0 with: