Skip to content

Commit

Permalink
Remove ENVIRONMENT_TYPE variable from workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad0707 committed Mar 17, 2024
1 parent aeb445c commit 7556f63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:

env:
AZURE_RESOURCEGROUP_NAME: rg_sb_eastus_89803_1_171067179341
ENVIRONMENT_TYPE: Test

jobs:
lint:
Expand Down Expand Up @@ -57,4 +56,3 @@ jobs:
deploymentName: ${{ github.run_number }}
resourceGroupName: ${{ env.AZURE_RESOURCEGROUP_NAME }}
template: main.bicep
parameters: environmentType=${{ env.ENVIRONMENT_TYPE }}

0 comments on commit 7556f63

Please sign in to comment.