Test actions
All checks were successful
Build and push runner-custom image / Explore-Gitea-Actions (push) Successful in 2m32s
All checks were successful
Build and push runner-custom image / Explore-Gitea-Actions (push) Successful in 2m32s
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
name: Build and push runner-custom image
|
||||
run-name: ${{ gitea.actor }} is runs gitea-ci.yaml
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
||||
Reference in New Issue
Block a user