Skip to content

Commit

Permalink
[images] Fix issue with checkouting the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
andgein committed Aug 23, 2022
1 parent fa961ab commit f8ae67f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy-service-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: main
- name: Save private key
run: 'echo "$SSH_KEY" > ~/cloud_ssh_private_key; chmod 600 ~/cloud_ssh_private_key'
shell: bash
Expand Down

0 comments on commit f8ae67f

Please sign in to comment.