Fix event action check

This commit is contained in:
Nick Alteen
2025-09-16 13:00:00 -04:00
parent f44c11ebd1
commit 6b35c8253b
5 changed files with 6 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ export const context = {
number: 10
},
payload: {
action: 'opened',
number: 10,
issue: {
number: 10
@@ -19,7 +20,6 @@ export const context = {
login: 'mona'
}
},
action: 'opened',
repo: {
owner: 'actions',
repo: 'first-interaction'