Skip to content

Commit

Permalink
new code/ error check
Browse files Browse the repository at this point in the history
  • Loading branch information
TiwariAbhishek23 authored Jun 3, 2023
1 parent 8da321e commit c487547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: check_first_interaction
run: |
echo "is_first_interaction=true" >> $GITHUB_ENV
if [ -f ${{ github.event.issue.pull_request.url }} ]; then
if [ "${{ github.event_name }}" == 'pull_request_target' ]; then
echo "is_first_interaction=false" >> $GITHUB_ENV
fi
Expand Down

1 comment on commit c487547

@vercel
Copy link

@vercel vercel bot commented on c487547 Jun 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks for Deployment have failed

Please sign in to comment.