We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856567b commit 0e8b58fCopy full SHA for 0e8b58f
index.js
@@ -1,5 +1,5 @@
1
const core = require('@actions/core');
2
-require('./action');
+const action = require('./action');
3
4
async function run() {
5
try {
0 commit comments