Skip to content

Commit

Permalink
fix Upload artifact digests (#4575)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyclinder Kuo <[email protected]>
  • Loading branch information
cyclinder authored Jan 22, 2025
1 parent 3947bf4 commit 0d4edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Upload artifact digests
uses: actions/[email protected]
with:
name: ${{github.event.pull_request.head.ref}}-README.md
name: ${{github.event.pull_request.id}}-README.md
path: thisProject/charts/spiderpool/README.md

- name: Diff chart/README.md
Expand Down

0 comments on commit 0d4edf1

Please sign in to comment.