Skip to content

Commit 32e3dc8

Browse files
authored
Merge pull request #8 from Eliav2/dev
2 parents dbd5a88 + 7257683 commit 32e3dc8

File tree

25 files changed

+769
-208
lines changed

25 files changed

+769
-208
lines changed

.github/workflows/auto-changelog.yml

Lines changed: 3 additions & 3 deletions
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 "actions@github.com"
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)