Update clean.yml
This commit is contained in:
parent
a95be0a2ed
commit
c5844e51a4
3
.github/workflows/clean.yml
vendored
3
.github/workflows/clean.yml
vendored
@ -175,6 +175,7 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
name: channels
|
||||||
path: channels/
|
path: channels/
|
||||||
pull-request:
|
pull-request:
|
||||||
needs: clean
|
needs: clean
|
||||||
@ -184,8 +185,6 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
|
||||||
path: channels/
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user