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 0d007ba commit f4ee9dfCopy full SHA for f4ee9df
.github/workflows/test-with-post-step.yaml
@@ -38,7 +38,7 @@ jobs:
38
echo "running command"
39
echo "test_output=test_output_content" >> "${GITHUB_OUTPUT}"
40
41
- - name: Skip invalid instance
+ - name: With post step run
42
uses: ./actions/with-post-step
43
with:
44
main: echo "with-post-step run"
actions/with-post-step/main.js
@@ -1,5 +1,5 @@
1
// Reference: https://github.com/pyTooling/Actions/blob/main/with-post-step/main.js
2
-import spawn from "child_process";
+import { spawn } from "node:child_process";
3
import { appendFileSync } from "fs";
4
import EOL from "os";
5
0 commit comments