Skip to content

Commit 75ce013

Browse files
committed
WIP
1 parent dd6c113 commit 75ce013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

attach/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
echo $! > /tmp/lunar/pid.txt
9595
) & disown
9696
pid=$(cat /tmp/lunar/pid.txt)
97-
ppid= $(awk '/^PPid:/ { print $2 }' /proc/$pid/status)
97+
ppid=$(awk '/^PPid:/ { print $2 }' /proc/$pid/status)
9898
echo "Running agent pid: $pid and ppid: $ppid"
9999
shell: bash
100100

0 commit comments

Comments
 (0)