|
@@ -16,7 +16,7 @@ jobs:
|
|
|
id: changed-files
|
|
id: changed-files
|
|
|
uses: tj-actions/changed-files@v34
|
|
uses: tj-actions/changed-files@v34
|
|
|
with:
|
|
with:
|
|
|
- base_sha: ${{ github.event.release.target_commitish }}
|
|
|
|
|
|
|
+ base_sha: ${{ github.event.before || 'HEAD~1' }}
|
|
|
separator: "\n• "
|
|
separator: "\n• "
|
|
|
- name: Discord notification
|
|
- name: Discord notification
|
|
|
env:
|
|
env:
|