Skip to content

Update manually

Update manually #7

Workflow file for this run

name: Update manually
on:
workflow_dispatch:
inputs:
input:
required: true
type: string
jobs:
update:
uses: ./.github/workflows/update.yml
with:
input: ${{inputs.input}}
secrets: inherit