Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson authored Aug 19, 2024
1 parent d12f31f commit 0cee594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import core from '@actions/core';
import core = require('@actions/core');

const IS_POST = !!core.getState('isPost');

Expand Down

0 comments on commit 0cee594

Please sign in to comment.