Skip to content

Morph: set-output issue#1

Open
codewithbear wants to merge 1 commit intodevelopfrom
morph-set-output-issue-ucs5a
Open

Morph: set-output issue#1
codewithbear wants to merge 1 commit intodevelopfrom
morph-set-output-issue-ucs5a

Conversation

@codewithbear
Copy link
Owner

This PR contains the following modifications:

  • AI Prompt: "set-output workflow action is deprecated and should not be used. Instead environment variables should be used.
    Examples:
    <example_before>
    run: echo "::set-output name=VERSION_NAME::${{ env.VERSION_NAME }}" && echo "::set-output name=VERSION_CODE::${{ env.VERSION_CODE }}"
    </example_before>

<example_fixed>
run: echo "VERSION_CODE=${{ env.VERSION_CODE }}" >> $GITHUB_ENV &amp;&amp; echo "VERSION_NAME=${{ env.VERSION_NAME }}" >> $GITHUB_ENV
</example_fixed>" (Single file: Yes)

Generated by Morph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant