Skip to content

update

update #215

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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
fetch-depth: 0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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 }}