Skip to content

add kody back flipping #1439

add kody back flipping

add kody back flipping #1439

name: 🥬 Refresh Content
on:
push:
branches:
- main
- dev
jobs:
refresh:
name: 🥬 Refresh Content
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: '50'
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
- name: 🥬 Refresh Content
run: node ./other/refresh-changed-content.js ${{ github.sha }}
env:
REFRESH_CACHE_SECRET: ${{ secrets.REFRESH_CACHE_SECRET }}