Skip to content

Commit 01951e2

Browse files
committed
test
1 parent b604547 commit 01951e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)