Skip to content

Commit 894231f

Browse files
committed
Add logging for jarbuild action parameters.
1 parent 8edd3b0 commit 894231f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/jarbuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
runs-on: ubuntu-latest
4545
timeout-minutes: 5
4646
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}}"
4752
- name: Checkout
4853
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4954
with:

0 commit comments

Comments
 (0)