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...")
 
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>

Revision as of 15:20, 26 January 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 }}

Advertising: