Compare commits

...

9 Commits

Author SHA1 Message Date
b8bee2f1f8 docs: 📝 update url
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m20s
2025-02-26 06:37:11 +08:00
20ee8735a8 change http_proxy 2024-10-30 20:37:27 +08:00
d6a1523d41 ci: 👷 change github-server-url 2024-10-30 20:33:00 +08:00
a76fea0ba4 ci: 👷 change github-server-url 2024-10-30 20:26:15 +08:00
3f7e1aca4b ci: 👷 chagne host 2024-10-30 20:23:34 +08:00
8d0a07aac9 ci: 👷 change github-server-url 2024-10-30 20:06:05 +08:00
d9a5449442 ci: 👷 change github-server-url 2024-10-30 19:58:53 +08:00
21e5e18215 ci: 👷 change localhost 2024-10-30 19:54:16 +08:00
bdf0135661 ci: 👷 remove drone; change proxy port 2024-10-30 17:57:01 +08:00
3 changed files with 5 additions and 16 deletions

View File

@ -1,11 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
commands:
- echo hello world
trigger:
event:
- push

View File

@ -6,8 +6,8 @@ jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
http_proxy: http://172.17.0.1:7890 http_proxy: http://192.168.2.6:8964
https_proxy: http://172.17.0.1:7890 https_proxy: http://192.168.2.6:8964
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: ${{ gitea.repository }} repository: ${{ gitea.repository }}
github-server-url: 'http://172.17.0.1:3000' github-server-url: 'https://git.081024.xyz'
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - 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." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository

View File

@ -1,4 +1,4 @@
# gitea-action-test # gitea-action-test
![https://git.hellohxx.top/hxx/gitea-action-test/actions/workflows/demo.yaml/badge.svg?branch=main&event=push](https://git.hellohxx.top/hxx/gitea-action-test/actions/workflows/demo.yaml/badge.svg?branch=main&event=push) ![https://git.081024.xyz/hxx/gitea-action-test/actions/workflows/demo.yaml/badge.svg?branch=main&event=push](https://git.081024.xyz/hxx/gitea-action-test/actions/workflows/demo.yaml/badge.svg?branch=main&event=push)