This commit is contained in:
shockrah 2024-09-29 13:21:53 -07:00
parent 2bceb4f592
commit dbaf82d0e1

View File

@ -6,7 +6,7 @@ on: [push]
jobs:
Example-Job:
runs-on: gitea-main
runs-on: ubuntu-latest
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!"
@ -19,3 +19,10 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
#full-clone-public:
# 0-depth-clone:
# - name: Git clone
# run: git clone --depth 0