Skip to content

Commit 01fef39

Browse files
authored
Disable push to opencatalogi
Also, remove $ from $support
1 parent ada4633 commit 01fef39

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

action.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)