mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-16 10:31:11 +01:00
Add fake event with head_commit to restore the ability to run the github action test locally
This commit is contained in:
parent
16ad1ce12c
commit
15bec30315
13
.github/push_event.json
vendored
Normal file
13
.github/push_event.json
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"push": {
|
||||
"head": {
|
||||
"ref": "users/foo/update-action"
|
||||
},
|
||||
"base": {
|
||||
"ref": "users/foo/update-action"
|
||||
}
|
||||
},
|
||||
"head_commit": {
|
||||
"message": "build latest"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user