We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab57c7e commit 765a152Copy full SHA for 765a152
.github/workflows/updateChangelog.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Download artifact from "Get Changelog Entry" workflow
31
uses: actions/download-artifact@v4
32
with:
33
- name: build-output # Match name used in changelog_entry.yml upload artifact step
+ name: changelog_entry # Match name used in changelog_entry.yml upload artifact step
34
github-token: ${{ secrets.GITHUB_TOKEN }}
35
repository: ${{ github.repository }}
36
run-id: ${{ steps.get-run-id.outputs.run-id }}
0 commit comments