adam7 / platformsh-cli-action

An unofficial GitHub Action for using the Platform.sh CLI
https://platform.sh/
MIT License
3 stars 2 forks source link

Repository not found error when using in GitHub actions #8

Closed SavitaMaurya closed 3 years ago

SavitaMaurya commented 3 years ago

Hey Adam,

I wanted to install Platformsh CLI in Github workflow and got to know about you repo.

I tried the way mentioned in Readme but unsuccessful. Please suggest and if possible tag somebody who have used your repo in their workflow. Thanks :)

Screenshot 2020-11-05 at 13 27 03 Screenshot 2020-11-05 at 13 27 18

adam7 commented 3 years ago

Hey @SavitaMaurya

Looks like I didn't update the repository name in the readme when I moved itI've fixed that now. Can you test with this code and let me know if it works

- uses: actions/checkout@v1
- uses: adam7/platformsh-cli-action@v1
  with: 
    token: ${{secrets.PLATFORMSH_CLI_TOKEN}} #required
adam7 commented 3 years ago

@SavitaMaurya I'm going to close this because I think it's resolved let me know if you think the issue still exists