Skip to content

Commit 79174ed

Browse files
committed
foo
1 parent 4ec1393 commit 79174ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
#options: --user 1001 (only if we don't need apt-get)
1919
volumes:
2020
- /home/dariball/dev/nitrokey-documentation/result:/result
21-
defaults:
22-
run:
23-
working-directory: ${{ github.workspace }}
21+
#defaults:
22+
# run:
23+
# working-directory: ${{ github.workspace }}
2424
env:
2525
MAIN_LANGS: en
2626
OTHER_LANGS: de
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: TODO - commit locales into repository
7575
run: |
76-
git config --global --add safe.directory ${{ github.workspace }}
76+
git config --global --add safe.directory .
7777
git config --global user.name "GitHub Action"
7878
git config --global user.email "[email protected]"
7979
git commit -m "Automated locales generation" locales

0 commit comments

Comments
 (0)