Skip to content

Commit

Permalink
Update new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jun 12, 2024
1 parent 6666eb4 commit 16a91ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ inputs:
required: false
api_endpoint:
description: "Comfy Org API endpoint"
required: true
required: false
default: "https://api.comfy.org/upload-artifact"
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -257,7 +258,7 @@ runs:
echo "$payload"
curl -X POST "https://api-frontend-dev-qod3oz2v2q-uc.a.run.app/upload-artifact" \
curl -X POST "${{inputs.api_endpoint}}" \
-H "Content-Type: application/json" \
-d "$payload"
Expand Down

0 comments on commit 16a91ba

Please sign in to comment.