Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Jun 12, 2024
1 parent a7e6024 commit 62d0c64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
file_path='releases/hosts'
remove_adjacent_empty_lines "$file_path"
- name: Commit changes
env:
issue_number: ${{ github.event.issue.number }}
issue_user: ${{ github.event.issue.user.login }}
run: |
git config --global user.email "[email protected]"
git config --global user.name "zksbot"
Expand Down

0 comments on commit 62d0c64

Please sign in to comment.