Skip to content

Commit

Permalink
Fix missing checkout on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Oct 15, 2023
1 parent dda5dbe commit 00df51c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ jobs:

steps:

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install Helm
if: "${{ env.DOCKER_USERNAME != '' && github.event_name != 'pull_request' }}"
uses: azure/setup-helm@v3
Expand Down

0 comments on commit 00df51c

Please sign in to comment.