From 0c82ebf95a8a5621ea8ba6cb4374f50d691adb91 Mon Sep 17 00:00:00 2001 From: NickChecan Date: Mon, 14 Oct 2024 03:36:02 +0000 Subject: [PATCH] try: set image name on visibility call --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index a96722a..7b68bef 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -27,7 +27,7 @@ jobs: run: | gh api --method PATCH \ -H "Accept: application/vnd.github+json" \ - /orgs/The-Nefarious-Developer/packages/container/the-nefarious-developer%2F${{ matrix.variant.IMAGE }}/visibility \ + /orgs/The-Nefarious-Developer/packages/container/the-nefarious-developer%2Fsap-cap-javascript-node/visibility \ -f visibility=public # build: