Skip to content

Commit

Permalink
Update .push-helm-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Jan 9, 2024
1 parent da861af commit e8e1425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/.push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
chmod 600 ~/.ssh/id_rsa.pub
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- name: Clean up
- name: Clean up target repository directory
run: |
git clean -fdx
git reset --hard HEAD
if [ -d "target-repo" ]; then
rm -rf target-repo
fi
- name: Checkout target repository using SSH
uses: actions/checkout@v2
Expand Down

0 comments on commit e8e1425

Please sign in to comment.