mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Compare commits
3 Commits
thboop/add
...
v2.274.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3219ccd9c | ||
|
|
d815be5264 | ||
|
|
dd945096d0 |
@@ -1,11 +1,11 @@
|
||||
## Features
|
||||
- Support environment URL parsing (#762, #778)
|
||||
- N/A
|
||||
|
||||
## Bugs
|
||||
- Fixes #759 doesn't change proxy environment variables (#760)
|
||||
- N/A
|
||||
|
||||
## Misc
|
||||
- Add .editorconfig (#768)
|
||||
- Add deprecation date to add-path and set-env runner commands (#796)
|
||||
|
||||
## Windows x64
|
||||
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
||||
|
||||
@@ -1 +1 @@
|
||||
<Update to ./src/runnerversion when creating release>
|
||||
2.274.1
|
||||
|
||||
@@ -141,7 +141,7 @@ namespace GitHub.Runner.Common
|
||||
public static readonly string InternalTelemetryIssueDataKey = "_internal_telemetry";
|
||||
public static readonly string WorkerCrash = "WORKER_CRASH";
|
||||
public static readonly string UnsupportedCommand = "UNSUPPORTED_COMMAND";
|
||||
public static readonly string UnsupportedCommandMessage = "The `{0}` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/";
|
||||
public static readonly string UnsupportedCommandMessage = "The `{0}` command is deprecated and will be disabled on November 16th. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/";
|
||||
public static readonly string UnsupportedCommandMessageDisabled = "The `{0}` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/";
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.274.0
|
||||
2.274.1
|
||||
|
||||
Reference in New Issue
Block a user