Skip to content

Commit

Permalink
CI: fix upload charts artifact (#4562)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyclinder Kuo <[email protected]>
  • Loading branch information
cyclinder authored Jan 16, 2025
1 parent f5d7663 commit eaabcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-chart-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/[email protected]
with:
name: ${{github.event.pull_request.head.ref}}-README.md
path: thisProject/charts/spiderpool/${{github.event.pull_request.head.ref}}-README.md
path: thisProject/charts/spiderpool/README.md

- name: Diff chart/README.md
run: |
Expand All @@ -67,6 +67,6 @@ jobs:
echo -e "\033[31mPlease refer to artifact, and then commit the code.\033[0m"
echo -e "\033[31mAlternatively, copy the contents of the new README.md below into your commit.\033[0m"
echo -e "\033[31m-----------------------------\033[0m"
cat charts/spiderpool/${{github.event.pull_request.head.ref}}-README.md
cat charts/spiderpool/README.md
exit 1
fi

0 comments on commit eaabcbf

Please sign in to comment.