File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,17 @@ jobs:
273273 dists-base64-hash : ${{ steps.dist-hashes.outputs.combined-hash }}
274274
275275 steps :
276+ - name : TEST OUTPUTS
277+ run : |
278+ echo "GITHUB_OUTPUT: ${{ env.GITHUB_OUTPUT }}"
279+ echo "GITHUB_ENV: ${{ env.GITHUB_ENV }}"
280+ echo "needs.pre-setup.outputs.upstream-repository-id:" \
281+ "${{ needs.pre-setup.outputs.upstream-repository-id }}"
282+ echo "github.repository_id: ${{ github.repository_id }}"
283+ echo "github.event_name: ${{ github.event_name }}"
284+ echo "github.ref_name: ${{ github.ref_name }}"
285+ echo "github.event.repository.default_branch: ${{ github.event.repository.default_branch }}"
286+
276287 - name : Switch to using Python 3.13
277288 uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
278289 with :
You can’t perform that action at this time.
0 commit comments