-
-
Save KyMidd/90ff5213fcd8a0e3070ea53cbfccdd93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| outputs: | |
| TF_CHANGES: | |
| description: (bool) - Whether there are changes to apply | |
| value: ${{ steps.tf-changes-test.outputs.TF_CHANGES }} | |
| TF_APPLY_ENVIRONMENT: | |
| description: (string) - Environment to apply to | |
| value: ${{ steps.set-tf-apply-env.outputs.ENVIRONMENT }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment