mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-24 04:47:45 +00:00
0582306861
Signed-off-by: Casey Lee <cplee@nektos.com>
9 lines
126 B
YAML
9 lines
126 B
YAML
name: runs-on
|
|
on: push
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo ${GITHUB_ACTOR} | grep nektos/act
|