Skip to content

Commit f4ee9df

Browse files
committed
from node:child_process
1 parent 0d007ba commit f4ee9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-with-post-step.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "running command"
3939
echo "test_output=test_output_content" >> "${GITHUB_OUTPUT}"
4040
41-
- name: Skip invalid instance
41+
- name: With post step run
4242
uses: ./actions/with-post-step
4343
with:
4444
main: echo "with-post-step run"

actions/with-post-step/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Reference: https://github.com/pyTooling/Actions/blob/main/with-post-step/main.js
2-
import spawn from "child_process";
2+
import { spawn } from "node:child_process";
33
import { appendFileSync } from "fs";
44
import EOL from "os";
55

0 commit comments

Comments
 (0)