From a01c63f321eb250f2e0d7ca28b69fb270ad4abeb Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly <35666657+Philip-Larsen-Donnelly@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:04:35 +0200 Subject: [PATCH] Update ARF.yml --- .github/workflows/ARF.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ARF.yml b/.github/workflows/ARF.yml index 3c2ec2f3..30aec1f7 100644 --- a/.github/workflows/ARF.yml +++ b/.github/workflows/ARF.yml @@ -27,14 +27,11 @@ jobs: shell: bash env: GITHUB_TOKEN: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }} - - - name: touch the updated file - run: ls -al website/data/apphub.json website/data/app_releases.json - shell: bash - name: Commit & Push changes uses: actions-js/push@master with: + directory: website/data/ github_token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}