From 875ab8ed08a5e0b0dab064f3a728994cda20c565 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 22:25:40 +0300 Subject: [PATCH] Update clean.yml --- .github/workflows/clean.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index 478015cdbb..231062e744 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -185,6 +185,8 @@ 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: