13 lines
232 B
YAML
13 lines
232 B
YAML
name: Test
|
|
run-name: ${{ gitea.actor }} pushed new changes to ${{ gitea.branch }}
|
|
|
|
on:
|
|
workflow-call:
|
|
|
|
jobs:
|
|
Build:
|
|
runs-on: nodejs-ubuntu
|
|
steps:
|
|
- name: Test step
|
|
run: |
|
|
echo "Hello World" |