File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,18 @@ jobs:
63
63
with :
64
64
crate : cargo-readme
65
65
66
- - name : " Sync js-sandbox/lib.rs with ReadMe .md"
66
+ - name : " Sync js-sandbox/lib.rs with README .md"
67
67
id : prepareCommit
68
68
run : |
69
69
cd js-sandbox
70
- cargo readme --no-license --template ../cfg/ReadMe .in > ../ReadMe .md
71
- sed -i $'s/\t/ /g' ../ReadMe .md
70
+ cargo readme --no-license --template ../cfg/README .in > ../README .md
71
+ sed -i $'s/\t/ /g' ../README .md
72
72
git diff --exit-code || echo "docsChanged=true" >> $GITHUB_OUTPUT
73
73
74
74
- name : " Commit changes if needed"
75
75
uses : stefanzweifel/git-auto-commit-action@v4
76
76
with :
77
77
# If not specified, author is the one of prev commit (but with @users.noreply.github.com)
78
- commit_message : " Auto-sync ReadMe .md"
78
+ commit_message : " Auto-sync README .md"
79
79
# commit_author: "GitHub Actions <[email protected] >"
80
80
if : ${{ steps.prepareCommit.outputs.docsChanged == 'true' }}
You can’t perform that action at this time.
0 commit comments