Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pokegamer5547 authored Aug 22, 2024
1 parent 31cc023 commit 2795d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Commit changes
run: |
git add .
git commit -m "Update hosts file" || echo "No changes to commit"
git commit -m "Update hosts file" --author="GitHub Actions <[email protected]>" || echo "No changes to commit"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2795d18

Please sign in to comment.