File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments