1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Merge branch 'main' into workflow_dispatch-webhook-info

This commit is contained in:
PSJ
2022-05-17 21:50:56 +05:30
committed by GitHub
82 changed files with 366 additions and 165 deletions

View File

@@ -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

View File

@@ -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