Skip to content

Commit

Permalink
Try to fix "dubious ownership"
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Feb 14, 2024
1 parent be9d004 commit b667982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/write-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
git config --global user.email "[email protected]"
git config --global user.name "cansavvy"
git remote set-url origin https://${GH_PAT}@github.com/${GITHUB_REPOSITORY}
git fetch origin
git add --force data/*
Expand Down

0 comments on commit b667982

Please sign in to comment.