Skip to content

Commit

Permalink
chore: Update action.yml to make 'services' input optional
Browse files Browse the repository at this point in the history
  • Loading branch information
strworkstation committed Jul 30, 2024
1 parent 37acd65 commit 81fbbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
required: true
services:
description: 'Services to release, comma separate if multiple'
required: true
required: false
timestamp:
description: 'Timestamp of release, defaults to now'
required: false
Expand All @@ -25,4 +25,4 @@ inputs:

runs:
using: node20
main: dist/index.js
main: dist/index.js

0 comments on commit 81fbbe6

Please sign in to comment.