inital gitea action
All checks were successful
Example Action / Example-Actions (push) Successful in 16s
All checks were successful
Example Action / Example-Actions (push) Successful in 16s
This commit is contained in:
8
.gitea/workflows/action.yaml
Normal file
8
.gitea/workflows/action.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
name: Example Action
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Example-Actions:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
Reference in New Issue
Block a user