mirror of
https://github.com/actions/runner.git
synced 2025-12-10 04:06:57 +00:00
Compare commits
3 Commits
testtestte
...
v2.299.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e44f985bd | ||
|
|
c638ccf940 | ||
|
|
c0d21101a3 |
@@ -2,7 +2,7 @@
|
||||
- Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
|
||||
- Add generateServiceConfig option for configure command (#2226)
|
||||
- Setting debug using GitHub Action variables (#2234)
|
||||
- run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233)
|
||||
- run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233, 2240)
|
||||
|
||||
|
||||
## Bugs
|
||||
|
||||
@@ -1 +1 @@
|
||||
<Update to ./src/runnerversion when creating release>
|
||||
2.299.1
|
||||
|
||||
@@ -54,7 +54,7 @@ runWithManualTrap() {
|
||||
}
|
||||
|
||||
if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then
|
||||
run
|
||||
run $*
|
||||
else
|
||||
runWithManualTrap
|
||||
runWithManualTrap $*
|
||||
fi
|
||||
@@ -1 +1 @@
|
||||
2.299.0
|
||||
2.299.1
|
||||
|
||||
Reference in New Issue
Block a user