Skip to content

github.event.head_commit.message #306

github.event.head_commit.message

github.event.head_commit.message #306

Workflow file for this run

name: Update
run-name: github.event.head_commit.message
on:
schedule:
- cron: '0 23 * * *'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hasundue/molt-action@v1-rc