Update .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 46s

This commit is contained in:
Liam Chan 2024-09-03 09:06:51 -04:00
parent ac2320edef
commit ee075aeaf2

View File

@ -1,6 +1,8 @@
name: Gitea Actions Demo name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on:
- push
- workflow_dispatch
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions: