Skip to content

Commit

Permalink
Update changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Oct 22, 2024
1 parent 570d54d commit b9b5e5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
NO_CHANGELOG: '[x] No CHANGELOG update needed'
steps:
- name: debug
run: echo ${{ github.actor }}
run: |
echo "hello"
echo ${{ github.actor }}
echo ${{ github }}
- name: Get changed files
id: files
uses: Ana06/get-changed-files@25f79e676e7ea1868813e21465014798211fad8c # v2.3.0
Expand Down

0 comments on commit b9b5e5b

Please sign in to comment.