Skip to content

Commit

Permalink
Forgot a forward slash
Browse files Browse the repository at this point in the history
  • Loading branch information
iodeslykos committed Jan 6, 2024
1 parent 519a75a commit 77265a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-untagged-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if (version.metadata.container.tags.length == 0) {
console.log("Attempting to delete ${{ env.PACKAGE_NAME }} version: " + version.id);
const deleteResponse = await github.request(
"DELETE /user/packages/${{ env.PACKAGE_TYPE}}/${{ env.PACKAGE_NAME }}/versions" + version.id,
"DELETE /user/packages/${{ env.PACKAGE_TYPE}}/${{ env.PACKAGE_NAME }}/versions/" + version.id,
{
per_page: ${{ env.PER_PAGE }},
headers: { Accept: "application/vnd.github.package-deletes-preview+json" }
Expand Down

0 comments on commit 77265a4

Please sign in to comment.