Skip to content

Commit fce736e

Browse files
authored
Update action.js
1 parent 0ca94d1 commit fce736e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const failed = massage => { throw message; };
1717
const event_name = github.context.eventName;
1818
const octokit = github.getOctokit(token, { required: true });
1919

20-
if (unsupportedEvent(event_name)) throw `This event (${event_name}) is unsupported. Diffy only supports PUSH and PR events.`;
20+
if (unsupportedEvent(event_name)) throw `This event (${event_name}) is unsupported. Simple Diff only supports PUSH and PR events.`;
2121

2222
const base = getBase(event_name)(github.context.payload);
2323
const head = getHead(event_name)(github.context.payload);

0 commit comments

Comments
 (0)