mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
commit
04289d4929
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cleanup-DEV.yml
vendored
3
.github/workflows/cleanup-DEV.yml
vendored
|
@ -36,7 +36,8 @@ jobs:
|
||||||
##########################
|
##########################
|
||||||
- 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/*
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Run Removal script #
|
# Run Removal script #
|
||||||
|
|
Loading…
Reference in a new issue