Skip to content

Commit 6486c03

Browse files
committed
test
1 parent 744ed29 commit 6486c03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +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+
echo $PYTHON_VERSION
27+
echo $INITIAL_COMMIT_SHA
2628
echo "python-version=$(echo $PYTHON_VERSION)" >> $GITHUB_OUTPUT
2729
echo "initial-commit-sha=$(echo $INITIAL_COMMIT_SHA)" >> $GITHUB_OUTPUT
2830
echo "initial-version=$(echo $INITIAL_VERSION)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)