Files
test/.gitea/workflows/release.yml
florian 6acbd9ca08
All checks were successful
Gitea Actions Demo / Dump Gitea Context (push) Successful in 3s
.gitea/workflows/release.yml aktualisiert
2024-02-15 11:17:28 +01:00

15 lines
359 B
YAML

name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Dump Gitea Context:
runs-on: ubuntu-latest
steps:
- step: test
uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
files: |-
**