Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Oct 13, 2023
1 parent a7aa0e5 commit d2481f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/social-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
comment-author: changeset-bot[bot]
- name: Fail if Changeset commit not found
# Skip if author is github-bot from celo-org
if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'Bot'
if: github.event_name == 'pull_request' && github.event.pull_request.user.type != 'Bot'
run: |
if ${{ steps.fc.outputs.comment-id == 0 }}; then
echo "Error: No Changeset Found. You create an empty changeset with 'yarn cs add --empty'" && exit 1
Expand Down

0 comments on commit d2481f2

Please sign in to comment.