Skip to content

Commit

Permalink
Update .github/scripts/submit-provider-key.sh
Browse files Browse the repository at this point in the history
Co-authored-by: AbstractionFactory <[email protected]>
Signed-off-by: Oleksandr Levchenkov <[email protected]>
  • Loading branch information
ollevche and abstractionfactory authored Jan 3, 2025
1 parent 09f61e7 commit c0c6fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/submit-provider-key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [[ -n "${providername}" ]]; then
fi

if [[ "${providername}" =~ ^terraform-provider-.*$ ]]; then
gh issue comment "${NUMBER}" -b "Failed validation: Provider name must not contain 'terraform-provider-' prefix: '${providername}'"
gh issue comment "${NUMBER}" -b "Failed validation: It seems like you accidentally added the 'terraform-provider-' prefix: '${providername}'"
exit 1
fi
fi
Expand Down

0 comments on commit c0c6fcc

Please sign in to comment.