Skip to content

Commit

Permalink
更新 statuscheck-runner.yml
Browse files Browse the repository at this point in the history
修复fork状态检查运行问题
  • Loading branch information
WindowsMEMZ authored Feb 11, 2024
1 parent 56bbc41 commit 3c35625
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/statuscheck-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
uses: benc-uk/[email protected]
with:
workflow: status-check.yml
ref: ${{ needs.get-head-sha.outputs.psha }}
repo: ${{ needs.get-head-sha.outputs.repository }}
inputs: '{ "psha": "${{ needs.get-head-sha.outputs.psha }}", "repository": "${{ needs.get-head-sha.outputs.repository }}", "lsha": "${{ needs.get-head-sha.outputs.lsha }}" }'
call-company-export-workflow:
name: Call Company Export Overflow
Expand All @@ -86,8 +84,6 @@ jobs:
uses: benc-uk/[email protected]
with:
workflow: company-export.yml
ref: ${{ needs.get-head-sha.outputs.psha }}
repo: ${{ needs.get-head-sha.outputs.repository }}
inputs: '{ "psha": "${{ needs.get-head-sha.outputs.psha }}", "repository": "${{ needs.get-head-sha.outputs.repository }}", "lsha": "${{ needs.get-head-sha.outputs.lsha }}" }'
call-tf-deploy-workflow:
name: Call TestFlight Internal Deploy Overflow
Expand All @@ -103,6 +99,4 @@ jobs:
uses: benc-uk/[email protected]
with:
workflow: tf.yml
ref: ${{ needs.get-head-sha.outputs.psha }}
repo: ${{ needs.get-head-sha.outputs.repository }}
inputs: '{ "psha": "${{ needs.get-head-sha.outputs.psha }}", "repository": "${{ needs.get-head-sha.outputs.repository }}", "lsha": "${{ needs.get-head-sha.outputs.lsha }}" }'

0 comments on commit 3c35625

Please sign in to comment.