Skip to content

Commit

Permalink
add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmoySG committed Sep 14, 2024
1 parent 954be12 commit d55ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
trigger=$(echo ${{ github.event_name }})
if [ $trigger == "workflow_dispatch" ]; then
echo "💡 Trigger: Manual" >> $GITHUB_STEP_SUMMARY
else if [ $trigger == "push" ]; then
elif [ $trigger == "push" ]; then
echo "💡 Trigger: Record Updated" >> $GITHUB_STEP_SUMMARY
fi
cd ${GITHUB_WORKSPACE}/push
Expand Down

0 comments on commit d55ff92

Please sign in to comment.