so.. i am updating some pretty outdated workflows ...
# github-workflows-kt
n
so.. i am updating some pretty outdated workflows at work.. one of them uses https://github.com/appleboy/ssh-action that used to be supported and got removed… how should that be handled ? for now i will just generate the mappings for this and paste them into the script
1
v
It was removed in https://github.com/typesafegithub/github-workflows-kt/pull/558 to implement https://github.com/typesafegithub/github-workflows-kt/pull/558. To get it added back, make them publish a major version tag or major version branch. Optimally but optionally, also make them provide typings using https://github.com/typesafegithub/github-actions-typing/. After at least the major version tag or branch is present, it can be added back.
p
n
ah.. that makes sense for now i added the typings manually to generate the code and copied it into the script
v
also, we’ve tried: https://github.com/appleboy/ssh-action/issues/162
Maybe you should retry or reopen. At least there are commits pushed after that issue.
p
in general, it’s hard to find actions that are actively maintained and that the contact with the maintainer is good
@jmfayard could you try reopening? I don’t have perms, and don’t want to start fresh to preserve the context
j
I’ve reopened and pinged NikkyAI
p
https://github.com/appleboy/ssh-action/issues/162 - looks like a misunderstanding, we now have
v1.0.0
tag
@jmfayard can I ask you to reopen once again, with a requestto publish also
v1
branch/tag? 😄
j
I can’t reopen somehow, but I added the comment
thank you color 1
p
@jmfayard actually v1.0.0 is fine as some people may want to depend on a specific release. The goal now is to have a major version branch/tag
v1
that would point to
v1.0.0
in short, both should exist for us to be finally happy
j
I will edit my comment
👍 1
v
I can’t reopen somehow
You can only reopen if you are admin, or did close it yourself. Being author is not sufficient.
🥲 1