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 bc39f77 commit 8494a4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ jobs:
path: |
merged_output.txt
others_output.txt
- name: Commit changes
run: |
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add merged_output.txt
git add others_output.txt
git commit -m "Update generated files"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 8494a4e

Please sign in to comment.