|
|
@ -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:
|
|
|
|