-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: fix upload charts artifact (#4562)
Signed-off-by: Cyclinder Kuo <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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 |