mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Compare commits
3 Commits
add-mask-b
...
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)
|
- Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
|
||||||
- Add generateServiceConfig option for configure command (#2226)
|
- Add generateServiceConfig option for configure command (#2226)
|
||||||
- Setting debug using GitHub Action variables (#2234)
|
- 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
|
## 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
|
if [[ -z "$RUNNER_MANUALLY_TRAP_SIG" ]]; then
|
||||||
run
|
run $*
|
||||||
else
|
else
|
||||||
runWithManualTrap
|
runWithManualTrap $*
|
||||||
fi
|
fi
|
||||||
@@ -1 +1 @@
|
|||||||
2.299.0
|
2.299.1
|
||||||
|
|||||||
Reference in New Issue
Block a user