Skip to content

Commit

Permalink
fix - add git status
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstenzel committed Aug 30, 2024
1 parent 2d9acdf commit 7e1098c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/status-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git add .
git status
git commit -m "generated"
git push
Expand Down

0 comments on commit 7e1098c

Please sign in to comment.