Skip to content

update

update #26

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