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 77c2275 commit 5dd12b2Copy full SHA for 5dd12b2
.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 | tail -n +5
+ done < tail -n +5 .generated/context.env
0 commit comments