Skip to content

Commit d794886

Browse files
committed
test
1 parent 87c9cca commit d794886

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ runs:
2424
scripts/dev/switch_context.sh ${{inputs.context-name}}
2525
echo "Finished initializing to the ${{inputs.context-name}}"
2626
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
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)