Skip to content

Commit

Permalink
Update action path
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed Jul 10, 2024
1 parent 2dbb953 commit c3b3931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflows-with-manual-input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ${{ inputs.runner_label }}
steps:
- name: Test Default Workflow
uses: drip-art/comfy-action@yo-migrate-value-from-comfyui
uses: comfy-org/comfy-action
with:
os: ${{ inputs.os }}
python_version: ${{ (contains(inputs.python_version, "other") && inputs.python_version_number != '' ) && inputs.python_version_number || inputs.python_version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.runner_label }}
steps:
- name: Test Default Workflow
uses: drip-art/comfy-action@yo-migrate-value-from-comfyui
uses: comfy-org/comfy-action
with:
os: ${{ matrix.os }}
python_version: ${{ matrix.python_version }}
Expand Down

0 comments on commit c3b3931

Please sign in to comment.