Skip to content

Commit 14e9eaf

Browse files
committed
fix actions path
1 parent 2f0d7d4 commit 14e9eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Run custom release notes sync action
17-
uses: ./.github/actions/sync-release-notes
17+
uses: ./.github/actions/update-release-notes
1818
env:
1919
PAT: ${{ secrets.PAT }}
2020
TARGET_BRANCH: ${{ github.event.inputs.target_branch }}

0 commit comments

Comments
 (0)