Skip to content

Commit

Permalink
debug infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Sep 2, 2024
1 parent 532ecdd commit 5569883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/github-script@v6
if: always()
env:
GITHUB_SHA_HEAD: ${{ github.sha }}
GITHUB_SHA_HEAD: ${{ github.sha_short }}
with:
script: |
const { GITHUB_SHA_HEAD } = process.env
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/shared/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ terraform {
}
}

backend "azurerm" {
use_azuread_auth = true
}
# backend "azurerm" {
# use_azuread_auth = true
# }
}

locals {
Expand Down

0 comments on commit 5569883

Please sign in to comment.