We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c4242 commit 977c14cCopy full SHA for 977c14c
.github/workflows/fetch-repos.yaml
@@ -39,12 +39,8 @@ jobs:
39
run: |
40
git config --global user.name "Neurobagel Bot"
41
git config --global user.email "neurobagel-bot[bot]@users.noreply.github.com"
42
- if [[ $(git diff --name-only) == "./src/assets/repos.json" ]]; then
43
- git add ./src/assets/repos.json
44
- git commit -m "Updated repos.json with latest repository names"
45
- git push origin feat-80
46
- else
47
- echo "No changes detected in repos.json"
48
- fi
+ git add ./src/assets/repos.json
+ git commit -m "Updated repos.json"
+ git push origin feat-80
49
env:
50
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
0 commit comments