You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,10 @@ Commands and scripts can use template variables that will be replaced with value
65
65
> [!NOTE]
66
66
> The template is redered using the [srtemplate](https://github.com/SergioRibera/srtemplate) template engine.
67
67
68
+
> [!IMPORTANT]
69
+
> If you want to know more about the variables you can use, you should check this [link](https://docs.github.com/es/webhooks/webhook-events-and-payloads#branch_protection_configuration),
70
+
> the hierarchy, names and types are 100% respected in terms of usage, always under the event.\* name.
71
+
68
72
### Common Variables
69
73
70
74
-`${{event.type}}`: The event type that triggered the webhook
0 commit comments