Skip to content

Commit 765a152

Browse files
authored
Split workflows (#178)
'[BUG] * this star is a problem'
1 parent ab57c7e commit 765a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updateChangelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Download artifact from "Get Changelog Entry" workflow
3131
uses: actions/download-artifact@v4
3232
with:
33-
name: build-output # Match name used in changelog_entry.yml upload artifact step
33+
name: changelog_entry # Match name used in changelog_entry.yml upload artifact step
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
repository: ${{ github.repository }}
3636
run-id: ${{ steps.get-run-id.outputs.run-id }}

0 commit comments

Comments
 (0)