Skip to content

Commit

Permalink
fix casing for gcal service key input
Browse files Browse the repository at this point in the history
  • Loading branch information
jotdl committed Apr 25, 2024
1 parent 506b2c5 commit 689004c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/icassigner/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func checkAvailability(m MemberConfig) (bool, error) {
}

func GetGoogleConfig() (calendar.GoogleConfigJSON, error) {
clientSecret := githubaction.GetInputOrDefault("gcal_service_acount_key", "")
clientSecret := githubaction.GetInputOrDefault("gcal-service-acount-key", "")

if clientSecret == "" {
return "", errors.New("can't fetch gcal availability due gcal_service_acount_key input not set")
Expand Down

0 comments on commit 689004c

Please sign in to comment.