From c8cfb29b3ca74e78dc9eb495ffb977c7a40ead8d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 13 Oct 2021 01:01:40 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 009b796f..06962029 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -92,6 +92,8 @@ jobs: ref: bot/auto-update - name: Download Artifacts uses: actions/download-artifact@v2 + - name: Show Files + run: ls - name: Install Dependencies run: npm install - name: Update Codes @@ -123,6 +125,8 @@ jobs: ref: bot/auto-update - name: Download Artifacts uses: actions/download-artifact@v2 + - name: Show Files + run: ls - name: Install Dependencies run: npm install - name: Update README.md