koslib / helm-eks-action

The simplest Github Action for executing Helm commands on EKS - cluster authentication included
MIT License
59 stars 61 forks source link

GitHub Actions Deprecating save-state and set-output commands #52

Closed kkurzyk closed 1 year ago

kkurzyk commented 1 year ago

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

entrypoint.sh
echo "::set-output name=response::$response"
koslib commented 1 year ago

Hello! Would you like to submit a PR about this? :)