Skip to content

Commit 77f990f

Browse files
committed
Update README.md
1 parent 841e6e8 commit 77f990f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HTML Screenshot
22

3-
A Kotlin Multiplatform Mobile (KMM) library for converting HTML markup into a `ByteArray`, suitable for generating receipts, tickets, invoices, and similar documents without scanning.
3+
A Kotlin Multiplatform Mobile (KMM) library for converting HTML markup into a `ByteArray`.
44

55
---
66

html-screenshot/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ publishing {
9595
name = "GitHubPackages"
9696
url = uri("https://maven.pkg.github.com/robercoding/html-screenshot-kmm")
9797
// gradle property htmlScreenshot.githubActor
98-
val githubActor = System.getenv("GITHUB_ACTOR") ?: project.findProperty("htmlScreenshot.githubActor") as String
99-
val githubToken = System.getenv("GITHUB_TOKEN") ?: project.findProperty("htmlScreenshot.githubToken") as String
98+
val githubActor = System.getenv("GITHUB_ACTOR") ?: project.findProperty("htmlScreenshotGithubActor") as String
99+
val githubToken = System.getenv("GITHUB_TOKEN") ?: project.findProperty("htmlScreenshotGithubToken") as String
100100
credentials {
101101
username = githubActor
102102
password = githubToken

0 commit comments

Comments
 (0)