Skip to content

Commit

Permalink
Test choices
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Dec 11, 2024
1 parent e09016d commit 34800f8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ on:
workflow_dispatch:
inputs:
page:
description: 'Page of the repository list to check (currently 1-3)'
description: 'Page of the repository list to check (currently 1-4)'
required: true
type: number
default: 1
type: choice
options:
- 1
- 2
- 3
- 4

jobs:
test-number:
runs-on: ubuntu-latest

steps:
- name: Download updater config
- name: Test ${{ github.event.inputs.page }}
run: echo '${{ github.event.inputs.page }}'

0 comments on commit 34800f8

Please sign in to comment.