Skip to content

Commit

Permalink
fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 14, 2023
1 parent 56b4097 commit 24a0ffd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Check get latest

on: [workflow_dispatch]
inputs:
version:
description: 'Version to check installation with'
required: true
default: 'latest'
on:
workflow_dispatch
inputs:
version:
description: 'Version to check installation with'
required: true
default: 'latest'

jobs:
build:
Expand Down

0 comments on commit 24a0ffd

Please sign in to comment.