Skip to content

Commit

Permalink
chore: echo 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Oct 30, 2024
1 parent 9b5eba2 commit 9bd69b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const requiredText = 'x] DASHBOARD TESTED';
const requiredText = '[x] DASHBOARD TESTED';
const description = context.payload.pull_request.body;
console.log(description);
Expand Down

0 comments on commit 9bd69b5

Please sign in to comment.