We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbfa10 commit 857a36fCopy full SHA for 857a36f
1 file changed
.github/workflows/deploy.yml
@@ -52,6 +52,7 @@ jobs:
52
# passphrase: ${{ secrets.KEY_PASSPHRASE }} # only if your key has one
53
script: |
54
set -e
55
+ git config --global --add safe.directory /home/ubuntu/Moodico
56
cd /home/ubuntu/Moodico
57
git fetch origin main
58
git reset --hard origin/main
0 commit comments