Skip to content

Commit

Permalink
chore: fix committer
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqueiroz committed Jan 1, 2024
1 parent 06cbde4 commit 6f7a066
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
rustc bundler.rs && ./bundler install.sh install.sh
- name: Commit files
run: |
git commit -a -m "Add changes"
git config --local user.email "[email protected]"
git config --local user.name "pmqueiroz"
git commit -a -m "update install"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 6f7a066

Please sign in to comment.