Skip to content

Commit 92b9b1e

Browse files
authored
Remove checkout action
1 parent 44ba7ba commit 92b9b1e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ runs:
4848
shell: bash
4949
run: |
5050
ssh-keyscan -H git.evennode.com > ~/.ssh/known_hosts
51-
52-
- name: Checkout repository
53-
uses: actions/checkout@v4
54-
with:
55-
fetch-depth: 0
56-
51+
5752
- name: Set Git credentials
5853
shell: bash
5954
run: |

0 commit comments

Comments
 (0)