shallwefootball / upload-s3-action

github action for upload to S3 ☁️
https://github.com/marketplace/actions/upload-s3
163 stars 150 forks source link

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

Open ashiquemohammed opened 1 year ago

ashiquemohammed commented 1 year ago

I use the action for uploading the build files to s3 .

But surpised for my first use , it fails with the below error .

Current runner version: '2.305.0' Operating System Runner Image Runner Image Provisioner GITHUB_TOKEN Permissions Secret source: Actions Prepare workflow directory Prepare all required actions Getting action download info Error: Unable to resolve action. Repository not found: shallwefootball/s3-upload-action

mu-hasan commented 1 year ago

it's typo on docs i guess. from shallwefootball/s3-upload-action try to change into this shallwefootball/upload-s3-action

nemyagky commented 1 year ago

Same for me. Works for my own repo, but not for company's repo

cehowe commented 7 months ago

Same for me. Works for my own repo, but not for company's repo

Had this problem as well. Was using a personal repo and it worked fine. Switched the same repo over to enterprise and it stopped working. It took 2 separate steps to solve for me:

  1. Go into repository (not organization) settings > Actions > General, and under "Access" change from "Not accessible" to "Accessible from repositories in the [your organization] organization/enterprise (depending on which you're using).
  2. Perform the step described by mu-hasan:

    it's typo on docs i guess. from shallwefootball/s3-upload-action try to change into this shallwefootball/upload-s3-action