Skip to content

Commit

Permalink
added missing git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Jul 24, 2024
1 parent dd92e58 commit 6cd26e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ jobs:
Set-Content -Value "${{ secrets.DEPLOYMENT_SSH_KEY }}" -Path ~/.ssh/id_ed25519
chmod 0600 ~/.ssh/id_ed25519
if(git stash list) {
git stash pop
install -d -m 0700 ~/.ssh
Set-Content -Value "${{ secrets.DEPLOYMENT_SSH_KEY }}" -Path ~/.ssh/id_ed25519
chmod 0600 ~/.ssh/id_ed25519
git config user.name "ownClouders"
git config user.email "[email protected]"
git add ownCloud/Resources/*.strings
git commit -m "[tx] updated client translations from transifex [skip ci]"
git push [email protected]:owncloud/ios-app.git
}

0 comments on commit 6cd26e5

Please sign in to comment.