Allow to release to a different repository#195
Conversation
…e action is running on Signed-off-by: Yaron <prsnca@gmail.com>
c7595ea to
7a67f45
Compare
|
@prsnca do you have an example workflow run for this case? |
|
@cpanato, I have been using my fork (https://github.com/prsnca/chart-releaser-action) for these purposes. |
Signed-off-by: Yaron <prsnca@gmail.com>
d2346d4 to
9f43f6d
Compare
|
What's the status on getting this merged? I see this was a feature previously. Is there any alternative on how to push to a different repo? |
|
I'd love to see this feature! |
markgoddard
left a comment
There was a problem hiding this comment.
I tried this locally and it didn't work for me. First, the new input isn't included in action.yml, so it can't be used.
I think this may work for the use case described in the issue, publishing a private repo to a gh-pages branch in a public repo. But I couldn't get it to work for my use case, which is releasing to the local repo, but updating the index.yaml in a remote repo.
Signed-off-by: Mark Goddard <mark@cofide.io>
I've proposed a fix for the input issue: prsnca#4 |
|
@markgoddard - I approved your fix, thanks! |
fix(repository): add repository input to action.yml
Adds support for the case mentioned in this issue - #194
Thanks!