Skip to content

Commit

Permalink
🐛 add google-service-account-key-json input property to action.yml (#…
Browse files Browse the repository at this point in the history
…52)

fix action.yml
  • Loading branch information
bmiddha authored Oct 13, 2024
1 parent b436132 commit f0fb480
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 f0fb480

Please sign in to comment.