[PRM-392] Workflow enhancements: Input cleanup, cron file renaming, prod releases limited to tags, sandbox name limit (9 characters), introducing run-names and tear down fix (Virus Scanner)#433
Conversation
…rod releases limited to tags, sandbox name limit (9 characters), introducing run-names and tear down fix (Virus Scanner)
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 9 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| uses: actions/checkout@v5 | ||
| with: | ||
| ref: ${{ github.event.inputs.tagVersion}} | ||
| ref: refs/tags/${{ github.event.inputs.git_tag}} |
There was a problem hiding this comment.
The ref should validate that the tag exists before checkout. Consider adding a validation step to check if the tag exists in the repository to prevent checkout failures with non-existent tags.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| type: string | ||
| environment: | ||
| sandbox_name: | ||
| description: 'Sandbox name' |
There was a problem hiding this comment.
Kind of feel "sandbox_workspace" made more sense or even just "workspace" would be good enough.
Report for environment: ndr-devTerraform Initialization ⚙️
|
No description provided.