Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unable to resolve action. Repository not found: shallwefootball/s3-upload-action #70

Open
shivakuriyadiupkeep opened this issue Sep 24, 2024 · 2 comments

Comments

@shivakuriyadiupkeep
Copy link

I am getting an error "Error: Unable to resolve action. Repository not found: shallwefootball/s3-upload-action". Please look into this.
Thank you

@brentasauras
Copy link

I'm also getting the same error.

@ajtrichards
Copy link

This is a typo in the documentation. You should have this;

name: Deploy
      uses: shallwefootball/upload-s3-action@master
      with:
        source_dir: ./
        aws_bucket: "YOURBUCKET"
        aws_key_id: ${{ secrets.AWS_SECRET_ID }}
        aws_secret_access_key: ${{ secrets.AWS_SECRET_KEY }}

Notice that the uses says uses: shallwefootball/upload-s3-action@master and NOT shallwefootball/s3-upload-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants