Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

.github/workflows/main.yml #24

.github/workflows/main.yml

.github/workflows/main.yml #24

Workflow file for this run

on:
workflow_dispatch:
inputs:
version:
required: true
type: string
jobs:
main:
uses: deadsnakes/runbooks/.github/workflows/update.yml@main
with:
dists-json: '["focal", "jammy", "noble"]'
version: ${{ inputs.version }}
secrets: inherit