Merge branch 'main' into workflow_dispatch-webhook-info
This commit is contained in:
@@ -89,4 +89,4 @@ Your language and server implementations may differ from this example code. Howe
|
||||
|
||||
* Using a plain `==` operator is **not advised**. A method like [`secure_compare`][secure_compare] performs a "constant time" string comparison, which helps mitigate certain timing attacks against regular equality operators.
|
||||
|
||||
[secure_compare]: https://rubydoc.info/github/rack/rack/master/Rack/Utils:secure_compare
|
||||
[secure_compare]: https://rubydoc.info/github/rack/rack/main/Rack/Utils:secure_compare
|
||||
|
||||
@@ -1499,7 +1499,7 @@ This event occurs when someone triggers a workflow run on GitHub or sends a `POS
|
||||
{{ webhookPayloadsForCurrentVersion.workflow_dispatch }}
|
||||
{% endif %}
|
||||
|
||||
{% ifversion fpt or ghes > 3.2 or ghec or ghae-issue-4462 %}
|
||||
{% ifversion fpt or ghes > 3.2 or ghec or ghae %}
|
||||
|
||||
## workflow_job
|
||||
|
||||
|
||||
Reference in New Issue
Block a user