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

Warning: Unexpected input(s) 'repository', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files'] #72

Closed
guanpengchn opened this issue Jan 8, 2021 · 5 comments

Comments

@guanpengchn
Copy link

when I use like this

- name: release
        uses: softprops/action-gh-release@v1
        if: startsWith(github.ref, 'refs/tags/')
        with:
          repository: guanpengchn/aaa
          files: "dist/**"

got a warning and still use the old repo

Warning: Unexpected input(s) 'repository', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files']
@AustinShalit
Copy link

@guanpengchn That PR has not been released yet. If you want to test it, you can change the uses block to read: uses: softprops/action-gh-release@master

@softprops
Copy link
Owner

My bad on that. I'll try up update the release version this weekend

@guanpengchn
Copy link
Author

@AustinShalit @softprops Thank you very much~ What a good weekend

@guanpengchn
Copy link
Author

guanpengchn commented Feb 2, 2021

when I use softprops/action-gh-release@master, got an error API rate limit exceeded for user ID 13995641.

The detail message is

👩‍🏭 Creating new GitHub release for tag v0.0.8...
⚠️ GitHub release failed with status: 422, retrying...
👩‍🏭 Creating new GitHub release for tag v0.0.8...
⚠️ GitHub release failed with status: 422, retrying...
👩‍🏭 Creating new GitHub release for tag v0.0.8...
⚠️ GitHub release failed with status: 422, retrying...

...

⚠️ Unexpected error fetching GitHub release for tag refs/tags/v0.0.8: HttpError: API rate limit exceeded for user ID 13995641.
Error: API rate limit exceeded for user ID 13995641.

I use it for my private repo, and I want to put the release version to a public repo

@softprops
Copy link
Owner

this has since been released

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