mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-28 11:40:57 -05:00
this?
This commit is contained in:
parent
411dd8373d
commit
bca60c86ea
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cleanup-DEV.yml
vendored
6
.github/workflows/cleanup-DEV.yml
vendored
|
@ -35,9 +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: |
|
with:
|
||||||
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Run Removal script #
|
# Run Removal script #
|
||||||
|
|
Loading…
Reference in a new issue