Skip to content

Commit 77c2275

Browse files
committed
test 2
1 parent b519d6d commit 77c2275

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

0 commit comments

Comments
 (0)