Merge pull request #1581 from jaiveerk/bugfix-sw

Added checkout step to aks helm starter workflow
This commit is contained in:
Atul Malaviya
2022-05-23 17:25:30 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -120,6 +120,9 @@ jobs:
runs-on: ubuntu-latest
needs: [buildImage, createSecret]
steps:
# Checks out the repository this file is in
- uses: actions/checkout@v3
# Logs in with your Azure credentials
- name: Azure login
uses: azure/[email protected]
@@ -74,9 +74,6 @@ jobs:
id-token: write
runs-on: ubuntu-latest
steps:
# Checks out the repository this file is in
- uses: actions/checkout@v3
# Logs in with your Azure credentials
- name: Azure login
uses: azure/[email protected]