Skip to content

Commit

Permalink
Add default values for github inputs values
Browse files Browse the repository at this point in the history
  • Loading branch information
valicm committed Nov 1, 2023
1 parent 1596e4d commit a206386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ inputs:
update_type:
description: 'Are we doing minor or major updates. Allowed values are semver-safe-update or all'
required: false
default: 'semver-safe-update'
update_core:
description: 'Skip checking for Drupal core updates. Default false'
required: false
default: 'true'
update_exclude:
description: 'Modules excluded from checks. Use comma separated list: token,redirect,pathauto'
required: false
Expand Down

0 comments on commit a206386

Please sign in to comment.