mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
Remove gpgsign for pushes as GitHub doesn't support it
This commit is contained in:
parent
e8136490c8
commit
991e78d985
1 changed files with 1 additions and 3 deletions
4
.github/workflows/translations.yml
vendored
4
.github/workflows/translations.yml
vendored
|
@ -2,7 +2,7 @@ name: ASF-translations
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '21 14 * * *'
|
||||
- cron: '30 14 * * *'
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
@ -43,7 +43,6 @@ jobs:
|
|||
git-user-signingkey: true
|
||||
git-commit-gpgsign: true
|
||||
git-tag-gpgsign: true
|
||||
git-push-gpgsign: true
|
||||
workdir: wiki
|
||||
|
||||
- name: Commit the changes to wiki
|
||||
|
@ -74,7 +73,6 @@ jobs:
|
|||
git-user-signingkey: true
|
||||
git-commit-gpgsign: true
|
||||
git-tag-gpgsign: true
|
||||
git-push-gpgsign: true
|
||||
|
||||
- name: Commit the changes to ASF
|
||||
shell: sh
|
||||
|
|
Loading…
Reference in a new issue