mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 20:06:16 +08:00
11 lines
174 B
YAML
11 lines
174 B
YAML
name: runs-on
|
|
on: push
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: env
|
|
- run: echo ${GITHUB_ACTOR}
|
|
- run: echo ${GITHUB_ACTOR} | grep nektos/act
|