freelo-action/act_events/new_issue.json
Matyáš Caras 5001cf119c
ci: add vars
also add support for act
2024-07-30 16:01:19 +02:00

12 lines
No EOL
275 B
JSON

{
"action":"opened",
"issue":{
"body":"Testing issue through Act",
"number":"123",
"title":"GitHub Action Test",
"url":"https://github.com/hernikplays/freelo-action",
"user":{
"login":"hernikplays"
}
}
}