Skip to content

Commit

Permalink
chore(ci): update changelog workflow
Browse files Browse the repository at this point in the history
Remove unnecessary Git configuration and debug steps from the changelog workflow. The steps for configuring Git user details and debugging the repository have been deleted to streamline the workflow.
  • Loading branch information
rrrodzilla committed Jun 29, 2024
1 parent 50a9e6b commit 5e5c726
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,7 @@ jobs:
with:
fetch-tags: true
fetch-depth: 0

- name: Configure Git
run: |
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
- name: Debug Git repository
run: |
git fetch --all --tags
git tag
git log --oneline --decorate
repository: "Govcraft/ntangler"

- name: Install gitchglog
run: |
Expand Down

0 comments on commit 5e5c726

Please sign in to comment.