Skip to content

Commit

Permalink
Commit in Git (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcioFPaludo authored Feb 13, 2024
1 parent 04e95c9 commit 658596c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ jobs:
mkdir -p docs
mv -f doc/* docs/
- name: Configure Git And Commit changes
run: |
git config user.name "MarcioFPaludo"
git config user.email "[email protected]"
git add .
git commit -m "Commit via GitHub Action" || echo "Nenhuma mudança para commitar."
git push
# - name: Publish to GPR
# run: |
# mkdir -p $HOME/.gem
Expand Down

0 comments on commit 658596c

Please sign in to comment.