After the release this morning, all of my github actions using checkout to pull a private action started failing.
- uses: actions/checkout@v2
with:
repository: privateorg/actions
path: .privateorg-actions
ssh-key: ${{ secrets.GITSSHKEY }}
I would like to request that you revert the change that is now breaking hundreds of my private workflows.
After the release this morning, all of my github actions using checkout to pull a private action started failing.
I would like to request that you revert the change that is now breaking hundreds of my private workflows.