Skip to content

Commit dd2d882

Browse files
committed
Add debug log
1 parent caa983d commit dd2d882

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/actions/changelog-check/action.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ runs:
4444
path: target-repo
4545
fetch-depth: 0
4646

47+
- name: Debug log
48+
if: ${{ steps.label-check.outputs.skip_check != 'true' }}
49+
env:
50+
ACTION_REPOSITORY: ${{ github.action_repository }}
51+
ACTION_REF: ${{ github.action_ref }}
52+
run: |
53+
echo "ACTION_REPOSITORY: $ACTION_REPOSITORY"
54+
echo "ACTION_REF: $ACTION_REF"
55+
shell: bash
56+
4757
- name: Checkout GitHub tools repository
4858
if: ${{ steps.label-check.outputs.skip_check != 'true' }}
4959
uses: actions/checkout@v5

0 commit comments

Comments
 (0)