Skip to content

Commit bc0ebef

Browse files
committed
Make run sync
1 parent 6fc1913 commit bc0ebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const core = require('@actions/core');
22

3-
async function run() {
3+
function run() {
44
try {
55
// This is just a thin wrapper around bash
66
var child = require('child_process').execFile('./script.sh');

0 commit comments

Comments
 (0)