This commit is contained in:
parent
70877ec1da
commit
204d60969d
14
.gitea/workflows/build.yml
Normal file
14
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: Testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a push event."
|
||||
- run: echo "💡 The gitea-runner-example repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls
|
||||
- run: echo "🍏 This job's status is complete."
|
Loading…
Reference in New Issue
Block a user