• How to test unpublished GitHub action

    How to test unpublished GitHub action

    When developing a new GitHub Action, then you may want to test it continuously without publishing it first. Unfortunately the UI isn’t too helpful here. Solution: you have to edit the deploy.yaml and use the hash of the commit to be tested. Details in the article.

    Know More