mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
vague GH worker error - try to resolve via repo-name
This commit is contained in:
3
.github/workflows/cleanup-qa-tag.yaml
vendored
3
.github/workflows/cleanup-qa-tag.yaml
vendored
@@ -22,8 +22,9 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PR_NUMBER: ${{ inputs.pr_number }}
|
||||
REPO_NAME: ${{ github.event.repository.name }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
run: |
|
||||
REPO_NAME="${GITHUB_REPOSITORY#*/}"
|
||||
VERSION_ID=$(gh api \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
"/orgs/${{ github.repository_owner }}/packages/container/${REPO_NAME}/versions" \
|
||||
|
||||
Reference in New Issue
Block a user