mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-12 10:45:58 -05:00
Action should not be using a deprecated set-output method
#12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jkulak on GitHub (Oct 28, 2022).
Wen running the newest version of the action, there is a Warning stating the action is using a the deprecated
set-outputmethod.My config
Source: https://github.com/jkulak/smartplaylist-backend/actions/runs/3347471589/jobs/5545500696#step:3:7
@natlibfi-jonollil commented on GitHub (Oct 31, 2022):
Same warning message
Action yaml:
Bit simpler webhook trigger for OpenShift image build
@devenes commented on GitHub (Nov 8, 2022):
I guess it happens because of the checkout version in the package json file.
As far as I can see the develop branch updated with bot to the latest version. Try to use this branch:
@joelwmale commented on GitHub (Nov 8, 2022):
I'll be pushing a new version of the action today!
@devenes commented on GitHub (Nov 8, 2022):
@joelwmale it's a great news! 🥳
@depoulo commented on GitHub (Nov 10, 2022):
But it didn't fix the issue, probably due to
"@actions/core": "^1.10.0"being set as a caret dependency. If you look in the dist folder, you'll see that it still uses the old version:2c43ebbef8/dist/index.js (L334-L344)