Skip to content

Commit

Permalink
Update ARF.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly authored Oct 10, 2023
1 parent a01c63f commit a0fd053
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ARF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
Expand All @@ -27,11 +27,16 @@ jobs:
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}

- name: pull any other changes
run: git pull
shell: bash

- name: Commit & Push changes
uses: actions-js/push@master
with:
directory: website/data/
branch: master
github_token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}


0 comments on commit a0fd053

Please sign in to comment.