Skip to content

Commit

Permalink
fix: no inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Nov 30, 2023
1 parent 9256482 commit b623c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/trigger-workflow/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ runs:
echo "Ref: ${{ github.ref_name }}"
echo "Inputs: ${{ inputs.workflowInputs }}"
gh workflow run ${{ inputs.workflowFileName }} --ref ${{ github.ref_name }} -f ${{ inputs.workflowInputs }}
gh workflow run ${{ inputs.workflowFileName }} --ref ${{ github.ref_name }}
shell: bash

0 comments on commit b623c00

Please sign in to comment.