Skip to content

Commit

Permalink
Merge pull request #44 from Propaganistas/patch-1
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
milanmk authored Oct 14, 2024
2 parents d4299a6 + 8f3dca6 commit 3cf188f
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 @@ -147,7 +147,7 @@ runs:
fi
input_sync=${{inputs.sync}}
if [ "${{github.event_name}}" == "workflow_dispatch" ]; then
if [ "${{github.event_name}}" == "workflow_dispatch" ] && [ -n "${{github.event.inputs.sync}}" ]; then
input_sync=${{github.event.inputs.sync}}
fi
Expand Down

0 comments on commit 3cf188f

Please sign in to comment.