Skip to content

Commit

Permalink
Update Google Credentials in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 11, 2024
1 parent f05ad9f commit c673b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:
console.log(`ComfyUI Flags: ${{ inputs.comfyui_flags }}`);
console.log(`Workflow Raw JSON: ${{ inputs.workflow_raw_json }}`);
console.log(`Timeout: ${{ inputs.timeout }}`);
console.log(`Google Credentials: ${{ inputs.google_credentials }}`);
console.log(`Google Credentials: Actually no`);
console.log(`GCS Bucket Name: ${{ inputs.gcs_bucket_name }}`);
console.log(`Output Prefix: ${{ inputs.output_prefix }}`);
console.log(`API Endpoint: ${{ inputs.api_endpoint }}`);
Expand Down

0 comments on commit c673b0a

Please sign in to comment.