diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 37e2c2917e..5ff51596de 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -75,8 +75,14 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Download Artifacts + - name: Download /channels uses: actions/download-artifact@v2 + with: + name: channels + - name: Download README.md + uses: actions/download-artifact@v2 + with: + name: README.md - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: