Skip to content

Commit

Permalink
ci: add metadata update monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Jun 23, 2024
1 parent 80a6db0 commit 64ea421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ jobs:
git add --all
git commit -m "Updated at - $(date)"
git push -u origin master
- name: Ping URL
run: curl -X POST -sSfL ${{ secrets.METADATA_UPDATE_PING_URL }}

0 comments on commit 64ea421

Please sign in to comment.