Files
ryobi-crawler/.gitea/workflows/deploy.yaml
Krzysiej cba20f6a61
Some checks failed
/ deploy-job (push) Failing after 0s
First test of gitea actions
2026-02-08 12:56:11 +01:00

11 lines
165 B
YAML

on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy-job:
runs-on: server
steps:
- name: initial test
uses: echo "test"