We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b519d6d commit 77c2275Copy full SHA for 77c2275
.github/actions/switch-context/action.yml
@@ -15,4 +15,4 @@ runs:
15
echo "Finished initializing to the ${{inputs.context-name}}"
16
while read line; do
17
echo "$line" >> $GITHUB_ENV
18
- done < .generated/context.env
+ done < .generated/context.env | tail -n +5
0 commit comments