We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e5456 commit c118769Copy full SHA for c118769
1 file changed
.github/workflows/source-and-docs-release.yml
@@ -22,6 +22,12 @@ jobs:
22
source-and-docs:
23
runs-on: ubuntu-22.04
24
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
+
31
- name: "Checkout python/release-tools"
32
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
0 commit comments