Skip to content

Commit 94df2bf

Browse files
authored
Reinstate post to OpenCatalogi
Was disabled for testing purposes
1 parent 235a919 commit 94df2bf

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

action.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,14 @@ runs:
240240
git commit -m "${{ github.workflow }}" || echo "No changes to commit"
241241
git push
242242
# Post Repository URL to OpenCatalogi API
243-
# - name: Post Repository URL to OpenCatalogi API
244-
# shell: bash
245-
# run: |
246-
# curl -X POST "https://api.opencatalogi.nl/api/github_events" \
247-
# -H "Content-Type: application/json" \
248-
# -d '{
249-
# "repository": {
250-
# "html_url": "'${{ github.event.repository.html_url }}'"
251-
# }
252-
# }'
243+
- name: Post Repository URL to OpenCatalogi API
244+
shell: bash
245+
run: |
246+
curl -X POST "https://api.opencatalogi.nl/api/github_events" \
247+
-H "Content-Type: application/json" \
248+
-d '{
249+
"repository": {
250+
"html_url": "'${{ github.event.repository.html_url }}'"
251+
}
252+
}'
253253

0 commit comments

Comments
 (0)