Skip to content

Commit

Permalink
Make the repository (update) know to the network
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Sep 18, 2023
1 parent 1f83cf0 commit e433e53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publiccode-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,13 @@ jobs:
git add publiccode.yaml
git commit -m "${{ github.workflow }}" || echo "No changes to commit"
git push
- name: Post Repository URL to OpenCatalogi API
run: |
curl -X POST "https://api.opencatalogi.nl/api/github_events" \
-H "Content-Type: application/json" \
-d '{
"repository": {
"html_url": "'${{ github.event.repository.html_url }}'"
}
}'

0 comments on commit e433e53

Please sign in to comment.