mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
try this
This commit is contained in:
parent
8ebf5efa97
commit
411dd8373d
1 changed files with 3 additions and 2 deletions
5
.github/workflows/cleanup-DEV.yml
vendored
5
.github/workflows/cleanup-DEV.yml
vendored
|
@ -35,8 +35,9 @@ jobs:
|
|||
# Checkout the code base #
|
||||
##########################
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||
- uses: actions/checkout@v2
|
||||
run: |
|
||||
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||
|
||||
######################
|
||||
# Run Removal script #
|
||||
|
|
Loading…
Reference in a new issue