Skip to content

Commit

Permalink
chore(generate.yml): fix indentation for liquibase-version input in w…
Browse files Browse the repository at this point in the history
…orkflow_dispatch event
  • Loading branch information
jandroav committed Mar 5, 2024
1 parent 57667ad commit af6ab78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Generate Action
on:
workflow_dispatch:
inputs:
liquibase-version:
description: 'Liquibase version'
required: true
default: '4.26.0'
liquibase-version:
description: 'Liquibase version'
required: true
default: '4.26.0'
workflow_call:
inputs:
liquibase-version:
Expand Down

0 comments on commit af6ab78

Please sign in to comment.