Skip to content

Commit

Permalink
Merge branch '311111111' into 311111111
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiYou-TW authored Mar 13, 2024
2 parents c34392c + edf3437 commit be76d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
const pr = await github.rest.pulls.get({ owner, repo, pull_number: issue_number });
const files = await github.rest.pulls.listFiles({ owner, repo, pull_number: issue_number });
const changedFiles = files.data.map((file) => file.filename);
echo changedFiles;
console.log(changedFiles);
const allowedFiles = [
'lab1/main_test.js',
Expand Down

0 comments on commit be76d2b

Please sign in to comment.