Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: fix upload charts artifact #4562

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading