mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-12 10:45:58 -05:00
The set-output command is deprecated
#13
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 @devenes on GitHub (Nov 10, 2022).
As @depoulo mentioned https://github.com/joelwmale/webhook-action/issues/593#issuecomment-1309980721, we still face the warning,
I was thinking that this error is due to env files as stated in the document. I want to ask that should we consider to change
set-outputcommand;2c43ebbef8/dist/index.js (L334-L344)@depoulo commented on GitHub (Nov 10, 2022):
I think @joelwmale just needs to run
rm yarn.lock && yarn && yarn packageand then create a new release.@joelwmale commented on GitHub (Nov 10, 2022):
@depoulo let me try that now, one sec.
@joelwmale commented on GitHub (Nov 10, 2022):
@devenes @depoulo try the latest release
@depoulo commented on GitHub (Nov 10, 2022):
@depoulo commented on GitHub (Nov 10, 2022):
Looks like you need to add
semveras a direct dependency.@joelwmale commented on GitHub (Nov 10, 2022):
Hmm this is strange, let me give that a go
@joelwmale commented on GitHub (Nov 10, 2022):
Give that a go now @depoulo. Not sure why it's asking for semver..
@depoulo commented on GitHub (Nov 10, 2022):
Currently trying out
depoulo/webhook-action@fix-dep-updates…@depoulo commented on GitHub (Nov 10, 2022):
Which does not work either. Now trying out your 2.3.1 🤞🏽
@depoulo commented on GitHub (Nov 10, 2022):
I'd suggest trying this out on your own, or publishing only branches, not versions, until this is confirmed to have been fixed.
@joelwmale commented on GitHub (Nov 10, 2022):
v2.3.2 fixes all issues relating to dependencies. Thanks guys.
@depoulo commented on GitHub (Nov 10, 2022):
Thank you for the quick fix 🎉