We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741526c commit d722428Copy full SHA for d722428
.github/workflows/translations.yml
@@ -11,11 +11,11 @@ jobs:
11
runs-on: ubuntu-latest
12
env:
13
REPO_KEY: ${{ secrets.REPOS_KEY }}
14
- WEBLATE_KEY: ${{ secrets.WEBLATE_KEY }}
+ WEBLATE_KEY: "HOI" #${{ secrets.WEBLATE_KEY }}
15
QML_REPO: jaspacceptancesampling-qml
16
R_REPO: jaspacceptancesampling-r
17
18
steps:
19
- - uses: jasp-stats/jasp-actions/wlcLock@master
+ - uses: jasp-stats/jasp-actions/wlcLock@testWeblate
20
21
- - uses: jasp-stats/jasp-actions/translations@master
+ #- uses: jasp-stats/jasp-actions/translations@master
0 commit comments