From 82b01bd797cc8fcec578950a5fda273b0158d82b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Jul 2024 16:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/main.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 939adbe..2528d0b 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -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