Skip to content

Update by stargazed #1782

Update by stargazed

Update by stargazed #1782

Workflow file for this run

name: 'Update by stargazed'
# This workflow runs at 00:30 everyday
on:
schedule:
-
cron: '30 0 * * *'
jobs:
build:
name: 'stargazed update'
runs-on: ubuntu-latest
steps:
-
name: 'Use GitHub Actions'
uses: actions/checkout@v1
-
name: 'Use Node.js 10.x'
uses: actions/setup-node@v1
with:
node-version: 10.x
-
name: 'Install Package'
run: 'npm install --global stargazed'
-
name: 'Update Repo'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: 'stargazed --username "sigfriedcub1990" --token ${GITHUB_TOKEN} --repo "github-stars-tracker" --message "stargazed update by GitHub Actions Workflow" --sort'