Skip to content

Commit

Permalink
updates safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Jan 4, 2024
1 parent caa89d2 commit 271c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prep-book-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#SRC_FOLDER_PATH2: 'data'
TARGET_BRANCH: 'geocompy'
run: |
git config --global --add safe.directory /ipynb
git config --global --add safe.directory /__w/geocompy/geocompy
files1=$(find $SRC_FOLDER_PATH1 -type f) # get the file list
#files2=$(find $SRC_FOLDER_PATH2 -type f) # get the file list
git config --global user.name 'GitHub Action'
Expand Down

0 comments on commit 271c18a

Please sign in to comment.