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 793e733 commit e0381e0Copy full SHA for e0381e0
.github/workflows/build.yml
@@ -73,10 +73,7 @@ jobs:
73
74
- name: TODO - commit locales into repository
75
run: |
76
- pwd
77
- ls -lart
78
- git config --global --add safe.directory /__w/nitrokey-documentation/nitrokey-documentation
79
- git config --global --add safe.directory .
+ git config --global --add safe.directory $(pwd)
80
git config --global user.name "GitHub Action"
81
git config --global user.email "[email protected]"
82
git commit -m "Automated locales generation" locales
0 commit comments