ci: 👷 change proxy
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s
This commit is contained in:
parent
8078dd7db4
commit
0ec4a14e13
@ -6,14 +6,14 @@ jobs:
|
|||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
http_proxy: http://172.17.0.1:7890
|
http_proxy: http://192.168.2.3:7890
|
||||||
https_proxy: http://172.17.0.1:7890
|
https_proxy: http://192.168.2.3:7890
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: https://proxy.hellohxx.top/https://github.com/actions/checkout
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ gitea.repository }}
|
repository: ${{ gitea.repository }}
|
||||||
github-server-url: 'http://192.168.2.5:3000'
|
github-server-url: 'http://192.168.2.5:3000'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user