Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Cached content update#4431

Cached content update

Cached content update #4431

# Get milestones with issues + library stars from Github API and commit them as files
name:Cached content update
on:
push:
branches:
-master
schedule:
-cron:"0 0 * * *"
jobs:
get-stars-and-milestones:
runs-on:ubuntu-latest
steps:
-uses:actions/setup-node@v2
with:
node-version:'14'
-name:checkout
uses:actions/checkout@v2
-name:get milestones and stars
env:
GH_API_KEY:${{ secrets.GH_API_KEY }}
run:node src/js/scheduled.mjs scheduled
-name:deploy to gh-pages
uses:JamesIves/github-pages-deploy-action@4.1.3
with:
branch:gh-pages# The branch the action should deploy to.
target-folder:livedata
folder:livedata-temp# The folder the action should deploy.
commit-message:scheduled milestones and stars update

[8]ページ先頭

©2009-2025 Movatter.jp