ci: 👷 update proxy gitbaseurl
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s
This commit is contained in:
parent
0ec4a14e13
commit
fd4d5a4651
@ -6,8 +6,8 @@ jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
http_proxy: http://192.168.2.3:7890
|
||||
https_proxy: http://192.168.2.3:7890
|
||||
http_proxy: http://172.17.0.1:7890
|
||||
https_proxy: http://172.17.0.1:7890
|
||||
steps:
|
||||
- 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!"
|
||||
@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ gitea.repository }}
|
||||
github-server-url: 'http://192.168.2.5:3000'
|
||||
github-server-url: 'http://172.17.0.1:3000'
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
|
Loading…
Reference in New Issue
Block a user