Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwang1978 authored Apr 28, 2024
1 parent dc2402b commit bc39f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add -f merged_output.txt
git add -f others_output.txt
git add merged_output.txt
git add others_output.txt
git commit -m "Update generated files"
- name: Push changes
Expand Down

0 comments on commit bc39f77

Please sign in to comment.