Skip to content

Commit 73c9016

Browse files
remove unused variable
1 parent e4a0369 commit 73c9016

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/job-deploy-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ jobs:
344344
INPUT_AZURE_LOCATION: ${{ inputs.AZURE_LOCATION }}
345345
INPUT_AZURE_ENV_OPENAI_LOCATION: ${{ inputs.AZURE_ENV_OPENAI_LOCATION }}
346346
INPUT_IMAGE_TAG: ${{ inputs.IMAGE_TAG }}
347-
JOB_STATUS: ${{ job.status }}
348347
run: |
349348
echo "## 🚀 Deploy Job Summary (Linux)" >> $GITHUB_STEP_SUMMARY
350349
echo "" >> $GITHUB_STEP_SUMMARY

.github/workflows/job-deploy-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ jobs:
340340
INPUT_AZURE_LOCATION: ${{ inputs.AZURE_LOCATION }}
341341
INPUT_AZURE_ENV_OPENAI_LOCATION: ${{ inputs.AZURE_ENV_OPENAI_LOCATION }}
342342
INPUT_IMAGE_TAG: ${{ inputs.IMAGE_TAG }}
343-
JOB_STATUS: ${{ job.status }}
344343
run: |
345344
echo "## 🚀 Deploy Job Summary (Windows)" >> $GITHUB_STEP_SUMMARY
346345
echo "" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)