mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -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 #
|
# Checkout the code base #
|
||||||
##########################
|
##########################
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
run: |
|
||||||
|
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Run Removal script #
|
# Run Removal script #
|
||||||
|
|
Loading…
Reference in a new issue