This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch feat/dependabot-add-changelog in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 29740d784fe670340e85131285d385932f2611ff Author: Piotr P. Karwasz <[email protected]> AuthorDate: Mon Jun 16 17:12:23 2025 +0200 Try debug `github.action_ref` --- .github/workflows/process-dependabot-reusable.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/process-dependabot-reusable.yaml b/.github/workflows/process-dependabot-reusable.yaml index 9bbfb67..7370c33 100644 --- a/.github/workflows/process-dependabot-reusable.yaml +++ b/.github/workflows/process-dependabot-reusable.yaml @@ -58,6 +58,17 @@ jobs: steps: + - name: Debug + shell: bash + run: | + echo "Actor: ${{ github.actor }}" + echo "Repository: ${{ github.repository }}" + echo "Ref: ${{ inputs.ref }}" + echo "Action sha: ${{ github.action_sha }}" + echo "Action ref: ${{ github.action_ref }}" + echo "Workflow sha: ${{ github.workflow_sha }}" + echo "Workflow ref: ${{ github.workflow_ref }}" + - name: Check out repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2 with:
