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 caa983d commit dd2d882Copy full SHA for dd2d882
1 file changed
.github/actions/changelog-check/action.yml
@@ -44,6 +44,16 @@ runs:
44
path: target-repo
45
fetch-depth: 0
46
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
+
57
- name: Checkout GitHub tools repository
58
if: ${{ steps.label-check.outputs.skip_check != 'true' }}
59
uses: actions/checkout@v5
0 commit comments