Skip to content

Refine regex in cleanUp function to remove unnecessary newline inse… #22

Refine regex in cleanUp function to remove unnecessary newline inse…

Refine regex in cleanUp function to remove unnecessary newline inse… #22

Workflow file for this run

name: Preview Updater
on:
schedule:
- cron: 20 2 1 * *
workflow_dispatch:
push:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Update Previews
# uses: TheDragonCode/preview-updater@main
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN || env.GITHUB_TOKEN }}