added checkout step to helm starter workflow

This commit is contained in:
Jaiveer Katariya
2022-05-23 14:47:39 -04:00
parent 06a60e58df
commit ea7d7777b6
@@ -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/login@v1.4.3