Skip to content

Commit af83232

Browse files
committed
test 4
1 parent 5dd12b2 commit af83232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/switch-context/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ runs:
1515
echo "Finished initializing to the ${{inputs.context-name}}"
1616
while read line; do
1717
echo "$line" >> $GITHUB_ENV
18-
done < tail -n +5 .generated/context.env
18+
done < <(tail -n +5 .generated/context.env)

0 commit comments

Comments
 (0)