From c936f43c3ebeb2384bfbbf4fcab6461d1a6607f9 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 9 Sep 2021 01:27:05 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 080b8c4742..7dfd684115 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -23,6 +23,12 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: + - name: Checkout + uses: actions/checkout@v2 + with: + ref: bot/auto-update + - name: Install Dependencies + run: npm install - name: Create Matrix id: set-matrix run: node scripts/create-matrix.js