Update up-for-grabs-response.yml
This commit is contained in:
committed by
GitHub
parent
09d15b5e30
commit
37b34aea11
1
.github/workflows/up-for-grabs-response.yml
vendored
1
.github/workflows/up-for-grabs-response.yml
vendored
@@ -20,7 +20,6 @@ jobs:
|
|||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const fetch = require('node-fetch');
|
|
||||||
const response = await fetch('https://collaboratorsv2.euwest01.umbraco.io/umbraco/api/comments/PostComment', {
|
const response = await fetch('https://collaboratorsv2.euwest01.umbraco.io/umbraco/api/comments/PostComment', {
|
||||||
method: 'post',
|
method: 'post',
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
|
|||||||
Reference in New Issue
Block a user