You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Check stable versionson: schedule: # * is a special character in YAML, so you have to quote this string # every day - cron: '15 3 * * *'jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 14 - run: npm i - run: npm run stable env: OWN_GITHUB_TOKEN: ${{ secrets.OWN_GITHUB_TOKEN }}