Skip to content

Commit

Permalink
git add in action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmaguitar committed Oct 8, 2023
1 parent e249eb6 commit a1e87e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Add changes"
git add -A
git commit -m "Add changes"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit a1e87e7

Please sign in to comment.