@@ -10,8 +10,8 @@ jobs:
|
||||
steps:
|
||||
- name: Manual Checkout
|
||||
run: |
|
||||
git clone $GITEA_SERVER_URL/$GITEA_REPOSITORY .
|
||||
git checkout $GITEA_REF_NAME
|
||||
git clone https://${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||
git checkout ${{ gitea.ref_name }}
|
||||
|
||||
- name: Say Hello
|
||||
run: echo "Hello, world from Gitea Actions!"
|
||||
|
||||
Reference in New Issue
Block a user