forked from abner/for-legacy-web
test action
All checks were successful
Gitea Actions Demo / explore-gitea-actions (push) Successful in 49s
All checks were successful
Gitea Actions Demo / explore-gitea-actions (push) Successful in 49s
This commit is contained in:
12
.github/workflows/test-action.yml
vendored
Normal file
12
.github/workflows/test-action.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
explore-gitea-actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned."
|
||||||
Reference in New Issue
Block a user