Compare commits
1 Commits
eff9e9e71c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ba2aa2aca7 |
@@ -0,0 +1,9 @@
|
||||
|
||||
name: Gitea Actions Demo
|
||||
on: [push]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "🚀 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
Reference in New Issue
Block a user