Skip to content

Commit 76792c9

Browse files
authored
Re-enable sending to opencatalogi.nl
1 parent ee0a085 commit 76792c9

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
@@ -284,14 +284,14 @@ runs:
284284
git commit -m "${{ inputs.git-commit-message }}" || echo "No changes to commit"
285285
git push
286286
# Post Repository URL to OpenCatalogi API
287-
# - name: Post Repository URL to OpenCatalogi API
288-
# shell: bash
289-
# run: |
290-
# curl -X POST "https://api.opencatalogi.nl/api/github_events" \
291-
# -H "Content-Type: application/json" \
292-
# -d '{
293-
# "repository": {
294-
# "html_url": "'${{ github.event.repository.html_url }}'"
295-
# }
296-
# }'
287+
- name: Post Repository URL to OpenCatalogi API
288+
shell: bash
289+
run: |
290+
curl -X POST "https://api.opencatalogi.nl/api/github_events" \
291+
-H "Content-Type: application/json" \
292+
-d '{
293+
"repository": {
294+
"html_url": "'${{ github.event.repository.html_url }}'"
295+
}
296+
}'
297297

0 commit comments

Comments
 (0)