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

Commit

Permalink
add update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Dec 8, 2023
1 parent 0083d24 commit f700168
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
workflow_dispatch:
inputs:
version:
required: true
type: string

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

0 comments on commit f700168

Please sign in to comment.