Skip to content

Commit 5dd12b2

Browse files
committed
test 3
1 parent 77c2275 commit 5dd12b2

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 < .generated/context.env | tail -n +5
18+
done < tail -n +5 .generated/context.env

0 commit comments

Comments
 (0)