Skip to content

Commit 463dade

Browse files
committed
changed the deployment_name to be shorter again
1 parent 4b3ee30 commit 463dade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
TF_VAR_timezone: ${{ vars.TIMEZONE }}
5454
TF_VAR_ssh_access_source_ranges: ${{ vars.SSH_ACCESS_SOURCE_RANGES }}
5555
TF_VAR_ui_access_source_ranges: ${{ vars.UI_ACCESS_SOURCE_RANGES }}
56-
TF_VAR_deployment_name: "gh-${{ github.event.issue.number }}-${{ github.run_number }}"
56+
TF_VAR_deployment_name: "gh-${{ github.event.pull_request.number }}-${{ github.run_number }}"
5757
TF_VAR_instance_name: ${{ vars.INSTANCE_NAME }}

0 commit comments

Comments
 (0)