Skip to content

Commit

Permalink
add working dir to safe dir
Browse files Browse the repository at this point in the history
Signed-off-by: Omansh Krishn <[email protected]>
  • Loading branch information
omansh-krishn committed Apr 9, 2024
1 parent e8d21de commit 70bcdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
URL=https://github.com/materialgram/materialgram-bin/releases/download/${TAG}/${BIN}
wget $URL
repo-add materialgram.db.tar.gz *zst
git config --global user.email "[email protected]" && git config --global user.name "Omansh Krishn" && git add . && git commit -s -m "materialgram: Update ${{ github.event.client_payload.tagname }}-${{ github.event.client_payload.pkgrel }}"
git config --global --add safe.directory /__w/materialgram-bin/materialgram-bin && git config --global user.email "[email protected]" && git config --global user.name "Omansh Krishn" && git add . && git commit -s -m "materialgram: Update ${{ github.event.client_payload.tagname }}-${{ github.event.client_payload.pkgrel }}"
git push

0 comments on commit 70bcdce

Please sign in to comment.