Skip to content

Commit c118769

Browse files
committed
Log inputs
1 parent e0e5456 commit c118769

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/source-and-docs-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
source-and-docs:
2323
runs-on: ubuntu-22.04
2424
steps:
25+
- name: "Workflow run information"
26+
run: |
27+
echo "git_remote: ${{ inputs.git_remote }}"
28+
echo "git_commit: ${{ inputs.git_commit }}"
29+
echo "cpython_release: ${{ inputs.cpython_release }}"
30+
2531
- name: "Checkout python/release-tools"
2632
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2733

0 commit comments

Comments
 (0)