Skip to content

update

update #187

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
- 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 }}