Skip to content

Commit e0381e0

Browse files
committed
foo
1 parent 793e733 commit e0381e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ jobs:
7373
7474
- name: TODO - commit locales into repository
7575
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 .
76+
git config --global --add safe.directory $(pwd)
8077
git config --global user.name "GitHub Action"
8178
git config --global user.email "[email protected]"
8279
git commit -m "Automated locales generation" locales

0 commit comments

Comments
 (0)