Skip to content

Commit f9e4c19

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a7e6e21 + 32e3dc8 commit f9e4c19

25 files changed

+769
-208
lines changed

.github/workflows/auto-changelog.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414
with:
15-
fetch-depth: 0 # fetch complete history so auto-changelog can see it
15+
fetch-depth: 0 # fetch complete history so auto-changelog can see it
1616

1717
- name: Set up Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: "14"
20+
node-version: '14'
2121

2222
- name: Install auto-changelog
2323
run: npm install -g auto-changelog
@@ -31,4 +31,4 @@ jobs:
3131
git config --global user.email "[email protected]"
3232
git config --global user.name "GitHub Action"
3333
git commit -am "Update Changelog" || exit 0
34-
git push
34+
git push

0 commit comments

Comments
 (0)