Skip to content

Commit

Permalink
See if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Aug 29, 2024
1 parent 72ce403 commit 4c82c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fetch-repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
run: |
git config --global user.name "Neurobagel Bot"
git config --global user.email "neurobagel-bot[bot]@users.noreply.github.com"
git add ./src/assets/repos.json
git commit -m "Updated repos.json"
git push origin feat-80
git diff --quiet ./src/assets/repos.json || (git add ./src/assets/repos.json && git commit -m "Updated repos.json" && git push origin feat-80)
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
2 changes: 1 addition & 1 deletion scripts/fetch-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ while true; do
fi

# Add the repository information to the array
REPOS+=("{\"name\": \"$REPO_NAME\", \"tsv_exists\": $TSV_EXISTS, \"json_exists\": $JSON_EXISTS, \"annotated\": $ANNOTATED}")
REPOS+=("{\"name\": \"$REPO_NAME\", \"json_exists\": $JSON_EXISTS, \"tsv_exists\": $TSV_EXISTS, \"annotated\": $ANNOTATED}")
done

# Increment page number
Expand Down

0 comments on commit 4c82c26

Please sign in to comment.