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 6fc1913 commit bc0ebefCopy full SHA for bc0ebef
index.js
@@ -1,6 +1,6 @@
1
const core = require('@actions/core');
2
3
-async function run() {
+function run() {
4
try {
5
// This is just a thin wrapper around bash
6
var child = require('child_process').execFile('./script.sh');
0 commit comments