mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-06-12 02:36:00 -05:00
[GH-ISSUE #6] Doc errors #712
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 @jasongitmail on GitHub (Oct 17, 2019).
Original GitHub issue: https://github.com/joelwmale/webhook-action/issues/6
The examples use this format:
but this fails:
However, this format succeeds:
The suggested format for using a hash would be better as something like
uses: joelwmale/webhook-action@6b83612becauseuses: joelwmale/webhook-action@master@6b83612will fail.This was a good start though. I appreciate it. I think a Github Javascript action might have a shorter build time (to conserve build minutes), so it may be something to experiment with. I'll try when I have time.
@joelwmale commented on GitHub (Oct 17, 2019):
Hey mate - appreciate the issue. I've updated the docs.
I also believe a javascript action might have a shorter build time. If you manage to find time to experiment let me know how you go. I will have a look this weekend and release a new version if I can get it working.
Thanks mate!