File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ runs:
190190 support = []
191191
192192 for respository in repositoryUrls:
193- $ support.append = {"software": repository, "type": "community"}
193+ support.append = {"software": repository, "type": "community"}
194194
195195 # Read existing opencatalogi.yaml
196196 try:
@@ -239,14 +239,14 @@ runs:
239239 git commit -m "${{ github.workflow }}" || echo "No changes to commit"
240240 git push
241241 # Post Repository URL to OpenCatalogi API
242- - name : Post Repository URL to OpenCatalogi API
243- shell : bash
244- run : |
245- curl -X POST "https://api.opencatalogi.nl/api/github_events" \
246- -H "Content-Type: application/json" \
247- -d '{
248- "repository": {
249- "html_url": "'${{ github.event.repository.html_url }}'"
250- }
251- }'
242+ # - name: Post Repository URL to OpenCatalogi API
243+ # shell: bash
244+ # run: |
245+ # curl -X POST "https://api.opencatalogi.nl/api/github_events" \
246+ # -H "Content-Type: application/json" \
247+ # -d '{
248+ # "repository": {
249+ # "html_url": "'${{ github.event.repository.html_url }}'"
250+ # }
251+ # }'
252252
You can’t perform that action at this time.
0 commit comments