Skip to content

Commit

Permalink
modify the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Sep 2, 2024
1 parent 65b1387 commit 9c3e5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-updates-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
});
const approved = reviews.some(review => review.state === 'APPROVED');
if (!approved) {
core.setFailed('This workflow will only run when the PR is approved by someone')
core.setFailed('This workflow will only run when the PR is approved by someone in Hasura')
}
- name: Get all connector version package changes
Expand Down

0 comments on commit 9c3e5da

Please sign in to comment.