Skip to content

Commit

Permalink
update starter workflows (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: imiller31 <imiller31@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and imiller31 authored May 24, 2022
1 parent 9402227 commit 4ce5792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions starterWorkflows/azure-kubernetes-service-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions starterWorkflows/azure-kubernetes-service-kustomize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/login@v1.4.3
Expand Down

0 comments on commit 4ce5792

Please sign in to comment.