Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(.github/workflows/test_deploy.yaml): correct cluster variable syn…
…tax to use proper GitHub Actions expression The cluster variable in the GitHub Actions workflow was incorrectly set without the expression syntax `${{ }}`, which is necessary for evaluating GitHub secrets or environment variables. This change ensures that the `cluster` variable correctly references the `DEV_STAGING_CLUSTER` secret, allowing the deployment process to access the correct cluster configuration.
- Loading branch information