maybe good to use env like this
All checks were successful
Build every docs on push / Explore-Gitea-Actions-docker (push) Successful in 46s
All checks were successful
Build every docs on push / Explore-Gitea-Actions-docker (push) Successful in 46s
This commit is contained in:
parent
1e25654781
commit
2bf4ec6575
|
@ -26,3 +26,10 @@ jobs:
|
||||||
REMOTE_PORT: ${{ secrets.REMOTE_PORT }}
|
REMOTE_PORT: ${{ secrets.REMOTE_PORT }}
|
||||||
TARGET: ${{ secrets.REMOTE_TARGET }}
|
TARGET: ${{ secrets.REMOTE_TARGET }}
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
env:
|
||||||
|
http_proxy: ${{ secrets.PROXY }}
|
||||||
|
HTTP_PROXY: ${{ secrets.PROXY }}
|
||||||
|
https_proxy: ${{ secrets.PROXY }}
|
||||||
|
HTTPS_PROXY: ${{ secrets.PROXY }}
|
||||||
|
no_proxy: ${{ secrets.NO_PROXY }}
|
||||||
|
NO_PROXY: ${{ secrets.NO_PROXY }}
|
Loading…
Reference in New Issue
Block a user