添加 .gitea/workflows/action.yaml
All checks were successful
Gitea Actions Build / Info (push) Successful in 1s
All checks were successful
Gitea Actions Build / Info (push) Successful in 1s
This commit is contained in:
parent
8ab6077980
commit
92b94455ee
19
.gitea/workflows/action.yaml
Normal file
19
.gitea/workflows/action.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Gitea Actions Build
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
Info:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- logInfoMessage: Check out repository code
|
||||
run: |
|
||||
echo "${{toJson(github)}}"
|
||||
echo "${{toJson(gitea)}}"
|
Loading…
x
Reference in New Issue
Block a user