We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235a919 commit 94df2bfCopy full SHA for 94df2bf
1 file changed
action.yaml
@@ -240,14 +240,14 @@ runs:
240
git commit -m "${{ github.workflow }}" || echo "No changes to commit"
241
git push
242
# 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
-# }'
+ - name: Post Repository URL to OpenCatalogi API
+ shell: bash
+ run: |
+ curl -X POST "https://api.opencatalogi.nl/api/github_events" \
+ -H "Content-Type: application/json" \
+ -d '{
+ "repository": {
+ "html_url": "'${{ github.event.repository.html_url }}'"
+ }
+ }'
253
0 commit comments