Skip to content

Commit

Permalink
ci: fixed locale pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Jun 11, 2024
1 parent dd03133 commit 66d202d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/locale-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/github-script@v6.4.1
with:
script: |
console.warn('This is bugged and doesn't work, skip this step for now!');
console.warn('This is bugged and doesn\'t work, skip this step for now!');
process.exit(0);
console.log(JSON.stringify(context.payload.pull_request));
Expand Down

0 comments on commit 66d202d

Please sign in to comment.