Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliav2 committed Apr 28, 2024
2 parents a7e6e21 + 32e3dc8 commit f9e4c19
Show file tree
Hide file tree
Showing 25 changed files with 769 additions and 208 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0 # fetch complete history so auto-changelog can see it
fetch-depth: 0 # fetch complete history so auto-changelog can see it

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: '14'

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

0 comments on commit f9e4c19

Please sign in to comment.