From 2084f2c316b81b070035dad6184fc2c02bb70e64 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Sat, 18 Jun 2022 21:03:49 +0800 Subject: [PATCH] update: now push status will be ignored. --- .github/workflows/build.yml | 2 +- .github/workflows/publishNewFormula.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07d9533e..bac71a84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,7 +78,7 @@ jobs: cd homebrew-nexttrace git commit -am 'Publish a new version with Formula' git remote set-url origin https://${{ secrets.gt_token }}@github.com/xgadget-lab/homebrew-nexttrace.git - git push + git push || 1 # env: # SSH_AUTH_SOCK: /tmp/ssh_agent.sock - run: echo "🍏 This job's status is ${{ job.status }}." diff --git a/.github/workflows/publishNewFormula.yml b/.github/workflows/publishNewFormula.yml index 64283a3b..d78a1032 100644 --- a/.github/workflows/publishNewFormula.yml +++ b/.github/workflows/publishNewFormula.yml @@ -39,7 +39,7 @@ jobs: cd homebrew-nexttrace git commit -am 'Publish a new version with Formula' git remote set-url origin https://${{ secrets.gt_token }}@github.com/xgadget-lab/homebrew-nexttrace.git - git push + git push || 1 # env: # SSH_AUTH_SOCK: /tmp/ssh_agent.sock - run: echo "🍏 This job's status is ${{ job.status }}."