Skip to content

Commit 1cc3eaf

Browse files
committed
test
1 parent 87c9cca commit 1cc3eaf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/actions/switch-context/action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ runs:
2323
cp scripts/dev/contexts/gha-private-context scripts/dev/contexts/private-context
2424
scripts/dev/switch_context.sh ${{inputs.context-name}}
2525
echo "Finished initializing to the ${{inputs.context-name}}"
26-
source .generated/context.export.env
27-
echo "python-version=$(echo $PYTHON_VERSION)" >> $GITHUB_OUTPUT
28-
echo "initial-commit-sha=$(echo $INITIAL_COMMIT_SHA)" >> $GITHUB_OUTPUT
29-
echo "initial-version=$(echo $INITIAL_VERSION)" >> $GITHUB_OUTPUT
26+
source .generated/context.env
27+
printenv
28+
echo "python-version=$(echo ${PYTHON_VERSION})" | tee $GITHUB_OUTPUT
29+
echo "initial-commit-sha=$(echo ${INITIAL_COMMIT_SHA})" | tee $GITHUB_OUTPUT
30+
echo "initial-version=$(echo ${INITIAL_VERSION})" | tee $GITHUB_OUTPUT

0 commit comments

Comments
 (0)