Skip to content

Commit

Permalink
fix: workspace selection correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Jul 26, 2024
1 parent c2880fa commit 3412822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Terraform Workspace
id: terraform-workspace
run: terraform workspace select ${GITHUB_REF##*/} || terraform workspace new ${GITHUB_REF##*/}
run: terraform workspace select ${{ steps.get_branch.outputs.branch }} || terraform workspace new ${{ steps.get_branch.outputs.branch }}
env:
GOOGLE_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}

Expand Down

0 comments on commit 3412822

Please sign in to comment.