We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting an error "Error: Unable to resolve action. Repository not found: shallwefootball/s3-upload-action". Please look into this. Thank you
The text was updated successfully, but these errors were encountered:
I'm also getting the same error.
Sorry, something went wrong.
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
uses
uses: shallwefootball/upload-s3-action@master
shallwefootball/s3-upload-action
No branches or pull requests
I am getting an error "Error: Unable to resolve action. Repository not found: shallwefootball/s3-upload-action". Please look into this.
Thank you
The text was updated successfully, but these errors were encountered: