mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-18 09:47:45 +00:00
f7252cbcf9
Signed-off-by: Casey Lee <cplee@nektos.com>
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
|