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 85a3201 commit 3b7e37bCopy full SHA for 3b7e37b
.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 < <(tail -n +5 .generated/context.env | sed "s/\"/'/g")
+ done < <(tail -n +5 .generated/context.env | sed 's/\"//g')
0 commit comments