mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Remove gpgsign for pushes as GitHub doesn't support it
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user