Skip to content

Commit

Permalink
Merge branch 'master' into add-project-jed
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud authored Jan 3, 2025
2 parents b896292 + ec1620d commit 68149e8
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 143 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/validate-test-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,9 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add projects.json
git commit -m "chore: update project.json [skip ci]"
git push origin master
if git diff --cached --quiet; then
echo "No changes to commit"
else
git commit -m "chore: update project.json [skip ci]"
git push origin master
fi
Loading

0 comments on commit 68149e8

Please sign in to comment.