@@ -10,8 +10,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Manual Checkout
|
- name: Manual Checkout
|
||||||
run: |
|
run: |
|
||||||
git clone $GITEA_SERVER_URL/$GITEA_REPOSITORY .
|
git clone https://${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||||
git checkout $GITEA_REF_NAME
|
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