Skip to content

Commit 654a756

Browse files
committed
fixing identifier
1 parent bcd7c9a commit 654a756

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
./append_secret.py STACK_EXCHANGE_ACCESS_TOKEN "${{ secrets.STACK_EXCHANGE_ACCESS_TOKEN }}"
5757
./append_secret.py AZURE_APP_CONFIGURATION_CONNECTION_STRING "${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}"
5858
59-
6059
- name: Running tests
6160
run: |
6261
chmod -R 777 ./$home
@@ -90,7 +89,7 @@ jobs:
9089
TF_WORKSPACE: stage
9190

9291
- name: Terraform Plan Prod
93-
id: plan-stage
92+
id: plan-prod
9493
# run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
9594
run: echo "Disabled until restructuring infrastructure tiers"
9695
continue-on-error: true
@@ -121,7 +120,6 @@ jobs:
121120
body: output
122121
})
123122
124-
125123
- name: Update Pull Request with Prod Plan
126124
uses: actions/[email protected]
127125
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)