修改流水线:deploy-web.yml
Context testing / dump_contexts_to_log (push) Successful in 1m4s
Details
Context testing / run-01 (push) Successful in 2m29s
Details
Context testing / run-03 (push) Failing after 2m31s
Details
Context testing / run-04 (push) Failing after 2m41s
Details
Context testing / run-02 (push) Successful in 2m42s
Details
Context testing / dump_contexts_to_log (push) Successful in 1m4s
Details
Context testing / run-01 (push) Successful in 2m29s
Details
Context testing / run-03 (push) Failing after 2m31s
Details
Context testing / run-04 (push) Failing after 2m41s
Details
Context testing / run-02 (push) Successful in 2m42s
Details
This commit is contained in:
parent
854b52a6d5
commit
0ef5a4dfbb
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://gitlink.org.cn/actions/checkout@v4
|
||||
- name: Deploy Web
|
||||
run: |
|
||||
echo "Deploying Web to ${{ inputs.env }}"
|
||||
Loading…
Reference in New Issue