更新 .gitea/workflows/main.yaml
CI / init-main (push) Successful in 5s
Details
CI / init-main (push) Successful in 5s
Details
This commit is contained in:
parent
7cec489cd8
commit
82b01bd797
|
@ -14,6 +14,9 @@ jobs:
|
|||
export GOPROXY="https://goproxy.io,direct"
|
||||
- uses: actions/checkout@v4
|
||||
- name: add dns to hosts
|
||||
env:
|
||||
HOST: ${{ secrets.HOST }}
|
||||
|
||||
run: |
|
||||
chmod +x run.sh
|
||||
./run.sh
|
||||
|
@ -21,6 +24,6 @@ jobs:
|
|||
- name: echo hello world
|
||||
run: |
|
||||
echo "I love you"
|
||||
pwd
|
||||
ip addr
|
||||
echo ${{ secrets.HOST }}
|
||||
# pwd
|
||||
# ip addr
|
||||
echo $HOST
|
||||
|
|
Loading…
Reference in New Issue