diff options
author | Zettat123 <zettat123@noreply.gitea.io> | 2023-03-06 11:42:07 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2023-03-06 11:42:07 +0100 |
commit | f24e0721dcdc047eeda37a9422507cefa2dda5fe (patch) | |
tree | 28a43efc31277d55d751f3805dd7f8eae5e2b62a /.gitignore | |
parent | fix docker executor on windows and local actions (#34) (diff) | |
download | forgejo-runner-f24e0721dcdc047eeda37a9422507cefa2dda5fe.tar.xz forgejo-runner-f24e0721dcdc047eeda37a9422507cefa2dda5fe.zip |
Add runner name to log (#37)
User can get the name of the runner that executed the specified job.
![image](/attachments/61328f68-7223-4345-85c7-ac08781e81db)
Co-authored-by: Zettat123 <zettat123@gmail.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/37
Reviewed-by: Jason Song <i@wolfogre.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Zettat123 <zettat123@noreply.gitea.io>
Co-committed-by: Zettat123 <zettat123@noreply.gitea.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,4 +2,8 @@ act_runner .env .runner coverage.txt -/gitea-vet
\ No newline at end of file +/gitea-vet + +# MS VSCode +.vscode +__debug_bin |