12 lines
150 B
YAML
12 lines
150 B
YAML
name: Test
|
|
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "forgejo.ref = ${{ forgejo.ref }}"
|