Merge pull request #61 from tsosunchia/patch-2

减少actions报错
This commit is contained in:
sjlleo
2023-01-22 10:27:13 +08:00
committed by GitHub

View File

@@ -38,9 +38,9 @@ jobs:
- name: Git Push
run: |
cd homebrew-nexttrace
git commit -am 'Publish a new version with Formula'
git commit -am 'Publish a new version with Formula' || true
git remote set-url origin https://${{ secrets.gt_token }}@github.com/xgadget-lab/homebrew-nexttrace.git
git push || 1
git push
# env:
# SSH_AUTH_SOCK: /tmp/ssh_agent.sock
- run: echo "🍏 This job's status is ${{ job.status }}."