Skip to content

Commit

Permalink
Debugging GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebryu committed Sep 26, 2023
1 parent 36e40eb commit a0744e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const newComponentCategory = require('./newComponentCategory');

const pathToAuthorChecklist = 'https://raw.githubusercontent.com/Expensify/App/main/.github/PULL_REQUEST_TEMPLATE.md';
const checklistStartsWith = '### PR Author Checklist';
const checklistEndsWith = "\n\n### Screenshots/Videos";
const checklistEndsWith = "\n### Screenshots/Videos";

const prNumber = github.context.payload.pull_request.number;

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/authorChecklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const newComponentCategory = __nccwpck_require__(8045);

const pathToAuthorChecklist = 'https://raw.githubusercontent.com/Expensify/App/main/.github/PULL_REQUEST_TEMPLATE.md';
const checklistStartsWith = '### PR Author Checklist';
const checklistEndsWith = "\n\n### Screenshots/Videos";
const checklistEndsWith = "\n### Screenshots/Videos";

const prNumber = github.context.payload.pull_request.number;

Expand Down

0 comments on commit a0744e6

Please sign in to comment.