Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d815be5

Browse files
authored
Add deprecation date and release 2.274.1 version (actions#796) (actions#797)
1 parent dd94509 commit d815be5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

releaseNote.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Features
2-
- Support environment URL parsing (#762, #778)
2+
- N/A
33

44
## Bugs
5-
- Fixes #759 doesn't change proxy environment variables (#760)
5+
- N/A
66

77
## Misc
8-
- Add .editorconfig (#768)
8+
- Add deprecation date to add-path and set-env runner commands (#796)
99

1010
## Windows x64
1111
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.

src/Runner.Common/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public static class ReturnCode
141141
public static readonly string InternalTelemetryIssueDataKey = "_internal_telemetry";
142142
public static readonly string WorkerCrash = "WORKER_CRASH";
143143
public static readonly string UnsupportedCommand = "UNSUPPORTED_COMMAND";
144-
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/";
144+
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/";
145145
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/";
146146
}
147147

src/runnerversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.274.0
1+
2.274.1

0 commit comments

Comments
 (0)