Create Leetcode Daily Practice Issue
ActionsTags
(1)automatic create daily practice issue for xingorg1/leetcodeRank
jobs:
create_leetcode_daily_practice_issue:
runs-on: ubuntu-latest
name: create daily practice issue
steps:
- name: Checkout
uses: actions/checkout@v2
- name: create daily practice issue action step
uses: xingorg1/leetcode-daily-practice-action@main
with:
token: ${{secrets.TOKEN}}
Create Leetcode Daily Practice Issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.