Skip to content

Commit e4d3c2f

Browse files
Merge pull request #4 from yogeshsingh01/submitCode
Modified YML file
2 parents f4ea5e2 + 6018b96 commit e4d3c2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/leetcodeChecker.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
with:
1616
python-version: 3.8
1717
- name: execute checker script
18-
run: |
19-
python leetcodeChecker.py
2018
with:
2119
github-token: ${{ github.token }}
22-
PR_NUMBER: ${{ github.event.pull_request.number }}
20+
pull-number: ${{ github.event.pull_request.number }}
2321
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
2422
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
23+
run: python leetcodeChecker.py
2524

0 commit comments

Comments
 (0)