Skip to content

Commit

Permalink
fix action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiddha authored Oct 13, 2024
1 parent b436132 commit c29811a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ inputs:
required: true
google-calendar-id:
required: true
google-service-account-key-json:
description: 'Either google-api-key or google-service-account-key-json needs to be specified'
required: false
google-api-key:
required: true
description: 'Either google-api-key or google-service-account-key-json needs to be specified'
required: false
runs:
using: "composite"
steps:
Expand Down

0 comments on commit c29811a

Please sign in to comment.