Compare commits

..

No commits in common. "b8bee2f1f8d20f5841063e41986b6a5a70b52b08" and "4c906240752ac26aec60db0796910adf21020f34" have entirely different histories.

3 changed files with 16 additions and 5 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
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:
runs-on: ubuntu-latest
env:
http_proxy: http://192.168.2.6:8964
https_proxy: http://192.168.2.6:8964
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: 'https://git.081024.xyz'
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

View File

@ -1,4 +1,4 @@
# gitea-action-test
![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)
![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)