There was an error while loading. Please reload this page.
1 parent dd6c113 commit 75ce013Copy full SHA for 75ce013
1 file changed
attach/action.yml
@@ -94,7 +94,7 @@ runs:
94
echo $! > /tmp/lunar/pid.txt
95
) & disown
96
pid=$(cat /tmp/lunar/pid.txt)
97
- ppid= $(awk '/^PPid:/ { print $2 }' /proc/$pid/status)
+ ppid=$(awk '/^PPid:/ { print $2 }' /proc/$pid/status)
98
echo "Running agent pid: $pid and ppid: $ppid"
99
shell: bash
100
0 commit comments