WIP
This commit is contained in:
@@ -8,10 +8,11 @@ jobs:
|
||||
say_hello:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Manual Checkout
|
||||
run: |
|
||||
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||
git checkout ${{ gitea.ref_name }}
|
||||
- name: Checkout
|
||||
uses: docker://alpine/git
|
||||
with:
|
||||
args: clone $GITEA_SERVER_URL/$GITEA_REPOSITORY .
|
||||
|
||||
- name: Say Hello
|
||||
run: echo "Hello, world from Gitea Actions!"
|
||||
run: date > muj-cas-je-pouho-pouhe-prozatim.txt
|
||||
|
||||
Reference in New Issue
Block a user