Merge pull request #1581 from jaiveerk/bugfix-sw
Added checkout step to aks helm starter workflow
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user