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 79174ed commit 6c66054Copy full SHA for 6c66054
.github/workflows/build.yml
@@ -73,6 +73,9 @@ 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 .
80
git config --global user.name "GitHub Action"
81
git config --global user.email "[email protected]"
0 commit comments