@@ -8,8 +8,10 @@ jobs:
|
|||||||
say_hello:
|
say_hello:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Manual Checkout
|
||||||
uses: https://gitea.com/actions/checkout@v4
|
run: |
|
||||||
|
git clone $GITEA_SERVER_URL/$GITEA_REPOSITORY .
|
||||||
|
git checkout $GITEA_REF_NAME
|
||||||
|
|
||||||
- name: Say Hello
|
- name: Say Hello
|
||||||
run: echo "Hello, world from Gitea Actions!"
|
run: echo "Hello, world from Gitea Actions!"
|
||||||
|
|||||||
Reference in New Issue
Block a user