-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct method call to convert GitHub repository owner to lowercase
In the GitHub workflows (`push.yml`, `release.yml`, `release-prod.yml`), the method call to convert the GitHub repository owner name to lowercase was corrected from `lowercase` to `toLowerCase()`. This change will prevent potential errors in case the owner name contains upper case letters.
- Loading branch information
Björn Urban
committed
Jun 16, 2024
1 parent
dcb1923
commit 7262c51
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters