Difference between revisions of "Set-output"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/cha...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
  Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
 
  Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
 +
 +
 +
<pre>
 +
<nowiki>
 +
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
 +
</nowiki>
 +
</pre>
 +
 +
== See also ==
 +
* {{set}}
 +
 +
[[Category:Computing]]

Latest revision as of 09:22, 16 March 2023

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/



 ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

See also[edit]

Advertising: