Skip to content

Commit

Permalink
Oh, that's right. It's Node.
Browse files Browse the repository at this point in the history
  • Loading branch information
iodeslykos committed Dec 28, 2023
1 parent ed7a554 commit 0f41597
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 @@ -29,7 +29,7 @@ jobs:
package_name: "${{ env.PACKAGE_NAME }}",
per_page: ${{ env.PER_PAGE }}
});
print(response.data);
console.log(response.data);
env:
OWNER: ${{ github.repository_owner }}
PACKAGE_NAME: ${{ matrix.images.image }}
Expand Down

0 comments on commit 0f41597

Please sign in to comment.