Skip to content

Commit

Permalink
Update auto_change_log.yml
Browse files Browse the repository at this point in the history
- need git
  • Loading branch information
carlkidcrypto committed Jan 12, 2025
1 parent ae37c86 commit a4449c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto_change_log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: carlkidcrypto/[email protected]
with:
linux: |
sudo apt install git -y;
sudo snap install go --classic;
go install github.com/git-chglog/git-chglog/cmd/git-chglog@latest;
Expand All @@ -40,10 +41,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Cleanup
run: rm git-chglog
if: always()

- name: Create Pull Request
if: steps.generate.outputs.changes == 'true'
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit a4449c5

Please sign in to comment.