Skip to content

Commit 51074af

Browse files
committed
Remove github-push-action
1 parent 881b27b commit 51074af

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ jobs:
5757
5858
if ! git diff --cached --quiet; then
5959
git commit -m "Automatic ASF-WebConfigGenerator deployment"
60-
fi
6160
62-
- name: Push changes
63-
uses: ad-m/github-push-action@v0.8.0
64-
with:
65-
github_token: ${{ secrets.GITHUB_TOKEN }}
66-
branch: ${{ github.ref }}
61+
git push
62+
fi

.github/workflows/translations.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git_user_signingkey: true
4040
git_commit_gpgsign: true
4141

42-
- name: Commit the changes
42+
- name: Commit and push the changes
4343
shell: sh
4444
run: |
4545
set -eu
@@ -48,10 +48,6 @@ jobs:
4848
4949
if ! git diff --cached --quiet; then
5050
git commit -m "Automatic translations update"
51-
fi
5251
53-
- name: Push changes
54-
uses: ad-m/github-push-action@v0.8.0
55-
with:
56-
github_token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
57-
branch: ${{ github.ref }}
52+
git push
53+
fi

0 commit comments

Comments
 (0)