1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

not entire repo path

This commit is contained in:
Jason N. 2024-03-27 16:45:24 -04:00
parent 63df9f3f2d
commit c2a24c2ef9

View file

@ -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