Skip to content

Commit

Permalink
Remove github-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Sep 16, 2024
1 parent 881b27b commit 51074af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
if ! git diff --cached --quiet; then
git commit -m "Automatic ASF-WebConfigGenerator deployment"
fi
- name: Push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
git push
fi
10 changes: 3 additions & 7 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true

- name: Commit the changes
- name: Commit and push the changes
shell: sh
run: |
set -eu
Expand All @@ -48,10 +48,6 @@ jobs:
if ! git diff --cached --quiet; then
git commit -m "Automatic translations update"
fi
- name: Push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
branch: ${{ github.ref }}
git push
fi

0 comments on commit 51074af

Please sign in to comment.