Update Army Tiger #529
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Army Tiger | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' | |
push: | |
branches: main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node-version: [16.x] | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Use Node.js ${{ matrix.node-version }} | |
uses: actions/setup-node@v3 | |
with: | |
node-version: ${{ matrix.node-version }} | |
cache: 'npm' | |
- name: Install Dependencies | |
run: npm install | |
- name: Refresh | |
run: npm run refresh | |
env: | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Do not edit, defined in secrets | |
START_AT: 2022-11-28 | |
END_AT: 2024-05-26 | |
GIST_ID: 5a61214fe052be0e3ecf9654ef7274f6 # The ID portion from your gist url |