Skip to content

Commit

Permalink
Update fetch_all_tools.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep authored Jun 17, 2024
1 parent 063f5fd commit 50fbdb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/fetch_all_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
- name: Run script
run: |
python ./bin/get_public_galaxy_servers.py -o data/available_public_servers.csv
- name: Commit servers
# add or commit any changes in results if there was a change, merge with main, and push as bot
run: |
git config user.name github-actions
git config user.email [email protected]
git pull --no-rebase -s recursive -X ours
git add results
git status
git diff --quiet && git diff --staged --quiet || (git commit -m "fetch all tools bot - step get available servers")
git push
fetch-all-tools-stepwise:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 50fbdb3

Please sign in to comment.