This website requires JavaScript.
Explore
Help
Sign In
actions
/
actions-runner-controller
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
Files
9e93c7ee540ee14dec33ded625fdbb07ad08eb56
actions-runner-controller
/
runner
/
hooks
/
job-started.d
/
update-status
T
5 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
feat: allow to discover runner statuses (
#1268
)
2022-07-09 23:11:29 -07:00
#!/usr/bin/env bash
set
-u
exec
update-status Running
"Run
$GITHUB_RUN_ID
from
$GITHUB_REPOSITORY
"
Reference in New Issue
Copy Permalink