File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
.github/actions/switch-context Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 23
23
cp scripts/dev/contexts/gha-private-context scripts/dev/contexts/private-context
24
24
scripts/dev/switch_context.sh ${{inputs.context-name}}
25
25
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
You can’t perform that action at this time.
0 commit comments