-
Notifications
You must be signed in to change notification settings - Fork 62
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
#109
Labels
bug
Something isn't working
Comments
+1 |
1 similar comment
+1 |
1 task
actuarysailor
added a commit
to actuarysailor/gh-actions
that referenced
this issue
Dec 22, 2023
### Description of your changes Trying to get rid of the deprecated `set-output` issue. fixes terraform-docs#109 I have: - [x] Read and followed terraform-docs' [contribution process]. ### How has this code been tested I ended up changing some of the workflow files to do something different outside of your account but still using the same code inside of your account. This allowed me to better test/run your validation steps externally. [contribution process]: https://git.io/Jt3K5
This was referenced Dec 22, 2023
actuarysailor
added a commit
to actuarysailor/gh-actions
that referenced
this issue
Dec 22, 2023
### Description of your changes Trying to get rid of the deprecated `set-output` issue. fixes terraform-docs#109 I have: - [x] Read and followed terraform-docs' [contribution process]. ### How has this code been tested I ended up changing some of the workflow files to do something different outside of your account but still using the same code inside of your account. This allowed me to better test/run your validation steps externally. Signed-off-by: actuarysailor <[email protected]>
This was referenced Dec 22, 2023
actuarysailor
added a commit
to actuarysailor/gh-actions
that referenced
this issue
Dec 22, 2023
### Description of your changes Trying to get rid of the deprecated `set-output` issue. fixes terraform-docs#109 I have: - [x] Read and followed terraform-docs' [contribution process]. ### How has this code been tested I ended up changing some of the workflow files to do something different outside of your account but still using the same code inside of your account. This allowed me to better test/run your validation steps externally. Signed-off-by: shiro Name <[email protected]>
This was referenced Dec 22, 2023
actuarysailor
added a commit
to actuarysailor/gh-actions
that referenced
this issue
Dec 22, 2023
### Description of your changes Trying to get rid of the deprecated `set-output` issue. fixes terraform-docs#109 I have: - [x] Read and followed terraform-docs' [contribution process]. ### How has this code been tested I ended up changing some of the workflow files to do something different outside of your account but still using the same code inside of your account. This allowed me to better test/run your validation steps externally. Signed-off-by: shiro <[email protected]>
1 task
Could be good to get this "concern" fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
set-output
command is deprecated for GitHub Actions. We get following warning when run the GitHub ActionHow can we reproduce it?
should be updated to write to the new
GITHUB_STATE
andGITHUB_OUTPUT
environment files as mentioned in this documentationhttps://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Environment information
runs-on : ubuntu-latest
uses: terraform-docs/[email protected]
The text was updated successfully, but these errors were encountered: