.gitea/workflows/release.yml aktualisiert
Gitea Actions Demo / Dump Gitea Context (push) Successful in 3s
Details
Gitea Actions Demo / Dump Gitea Context (push) Successful in 3s
Details
This commit is contained in:
parent
5c5543e952
commit
6acbd9ca08
|
@ -1,9 +1,6 @@
|
||||||
name: test
|
name: Gitea Actions Demo
|
||||||
run-name: CommentCollection
|
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Dump Gitea Context:
|
Dump Gitea Context:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue