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