Skip to content

Commit

Permalink
remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
yufei118liu committed Jun 20, 2024
1 parent 2e49648 commit 93ce5ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/link-to-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Add review checklist
uses: actions/github-script@v6
with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const fs = require('fs');
const review_checklist = fs.readFileSync('.github/ingestion-review-checklist.md', 'utf8');
Expand Down

0 comments on commit 93ce5ba

Please sign in to comment.