Files
whisper-frontend/.gitea/workflows/deploy-branch.yaml
Andreas Svanberg 9cde2ec57b
All checks were successful
Deploy to branch.dsv.su.se / Deploy-branch (push) Successful in 3s
Start action test
2024-07-04 09:39:27 +02:00

9 lines
186 B
YAML

name: Deploy to branch.dsv.su.se
on: [push]
jobs:
Deploy-branch:
runs-on: ubuntu-latest
steps:
- run: echo "${{ gitea.repository }}"
- run: echo "${{ gitea.ref }}"