diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index dae0843..2e01397 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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