Skip to content

update

update #238

Workflow file for this run

name: update
on:
schedule:
- cron: "45 1 * * *"
workflow_call:
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
- name: update tags & commits
run: node .github/workflows/update.js
env:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITHUB_ACTOR: github-actions[bot]
GITHUB_ACTOR_ID: 41898282
GH_TOKEN: ${{ github.token }}