Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The set-output command is deprecated and will be disabled soon. #16

Closed
olemathias opened this issue Oct 28, 2022 · 1 comment · Fixed by #18
Closed

The set-output command is deprecated and will be disabled soon. #16

olemathias opened this issue Oct 28, 2022 · 1 comment · Fixed by #18
Labels

Comments

@olemathias
Copy link

olemathias commented Oct 28, 2022

Describe the bug
The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files.

To Reproduce

- name: Login to ArgoCD
   uses: clowdhaus/argo-cd-action/@main
   with:
     version: ${{ env.ARGOCD_VERSION }}
     command: login
     options: >-
       ${{ secrets.ARGOCD_URL }}
        --username ${{ secrets.ARGOCD_USERNAME }}
        --password ${{ secrets.ARGOCD_PASSWORD }}
        --grpc-web

It seems to be

core.setOutput('output', result);

Expected behavior
No warnings when using the action

Additional context
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

actions/toolkit#1218
actions/toolkit#1178

@bryantbiggs
Copy link
Member

🎉 This issue has been resolved in version 1.15.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants