i tried to use ```@file:Repository("<https://jitpa...
# github-workflows-kt
n
i tried to use
Copy code
@file:Repository("<https://jitpack.io>")
@file:DependsOn("com.github.NikkyAI:github-actions-kotlin-dsl:outputs-SNAPSHOT")
to test it.. but.. kotlinscript does not like to work with jitpack anymore on my machine i guess
Copy code
.github/workflows/deploy.main.kts
deploy.main.kts:3:1: warning: file 'com.github.NikkyAI:github-actions-kotlin-dsl:outputs-SNAPSHOT' not found
deploy.main.kts:3:1: warning: org.jetbrains.kotlin.org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact com.github.NikkyAI:github-actions-kotlin-dsl:jar:outputs-SNAPSHOT in <http://https___jitpack.io|https___jitpack.io> (<https://jitpack.io>)