Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent d7801f0 commit afd6910
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 @@ -171,7 +171,7 @@ runs:
run: |
cd ${{ github.action_path }}
echo "Running workflows: ${{inputs.workflow_filenames}}"
python3 queue_prompt.py --comfy-workflow-names ${{ inputs.workflow_filenames }} --github-action-workflow_name ${{ github.workflow }} --os ${{ runner.os }} --run-id ${{ github.run_id }} --gsc-bucket-name ${{ inputs.gcs_bucket_name }} --workspace-path ${{ github.workspace }} --output-file-prefix output --repo ${{ github.repository }} --commit-hash $COMMIT_HASH --commit-time $TIMESTAMP --commit-message $MESSAGE --branch-name ${{ github.ref_name }} --api-endpoint ${{ inputs.api_endpoint }}
python3 queue_prompt.py --comfy-workflow-names ${{ inputs.workflow_filenames }} --github-action-workflow_name ${{ github.workflow }} --os ${{ runner.os }} --run-id ${{ github.run_id }} --gsc-bucket-name ${{ inputs.gcs_bucket_name }} --workspace-path ${{ github.workspace }} --output-file-prefix output --repo ${{ github.repository }} --commit-hash ${{ steps.unix_get_commit_details.outputs.commit_hash }} --commit-time ${{ steps.unix_get_commit_details.outputs.commit_time }} --commit-message ${{ steps.unix_get_commit_details.outputs.commit_title }} --branch-name ${{ github.ref_name }} --api-endpoint ${{ inputs.api_endpoint }}
- name: '[Unix] Debug print out commit timestamp and commit message'
if: ${{ inputs.os != 'windows' }}
Expand Down

0 comments on commit afd6910

Please sign in to comment.