We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edd3b0 commit 894231fCopy full SHA for 894231f
.github/workflows/jarbuild.yml
@@ -44,6 +44,11 @@ jobs:
44
runs-on: ubuntu-latest
45
timeout-minutes: 5
46
steps:
47
+ - name: Print input values to log
48
+ run: |
49
+ echo "arrow_branch: ${{github.event.inputs.arrow_branch}}"
50
+ echo "arrow_repo: ${{github.event.inputs.arrow_repo}}"
51
+ echo "release_tag_name: ${{github.event.inputs.release_tag_name}}"
52
- name: Checkout
53
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54
with:
0 commit comments