added checkout step to helm starter workflow
This commit is contained in:
@@ -120,6 +120,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [buildImage, createSecret]
|
needs: [buildImage, createSecret]
|
||||||
steps:
|
steps:
|
||||||
|
# Checks out the repository this file is in
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Logs in with your Azure credentials
|
# Logs in with your Azure credentials
|
||||||
- name: Azure login
|
- name: Azure login
|
||||||
uses: azure/[email protected]
|
uses: azure/[email protected]
|
||||||
|
|||||||
Reference in New Issue
Block a user