Skip to content

Commit

Permalink
refactor and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 20, 2024
1 parent dc9eaad commit 71d91fa
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/generate-services-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
- uses: actions/checkout@v3

- name: Generate Services Markdown
run: |
.github/scripts/generate-services-markdown.sh
- name: Commit Services Markdown
run: |
chmod +x .github/scripts/generate-services-markdown.sh
ls -lha .github/scripts
pwd
echo "Running generate-services-markdown.sh"
.github/scripts/generate-services-markdown.sh
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git add ./SERVICES.md
git commit -m "Update services.md" || echo "No changes to commit"
git push

0 comments on commit 71d91fa

Please sign in to comment.