Skip to content

Commit 6205134

Browse files
committed
ci: renaming to README on ci job
1 parent 02de96c commit 6205134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ jobs:
6363
with:
6464
crate: cargo-readme
6565

66-
- name: "Sync js-sandbox/lib.rs with ReadMe.md"
66+
- name: "Sync js-sandbox/lib.rs with README.md"
6767
id: prepareCommit
6868
run: |
6969
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
7272
git diff --exit-code || echo "docsChanged=true" >> $GITHUB_OUTPUT
7373
7474
- name: "Commit changes if needed"
7575
uses: stefanzweifel/git-auto-commit-action@v4
7676
with:
7777
# 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"
7979
#commit_author: "GitHub Actions <[email protected]>"
8080
if: ${{ steps.prepareCommit.outputs.docsChanged == 'true' }}

0 commit comments

Comments
 (0)