Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Dec 23, 2022
1 parent 015965e commit 58d81b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ If you need any other features, please [ask](https://github.com/golift/upload-pa

This required input must be the `username/repository` on package cloud that the packages are uploaded to.

If you are uploading a non-RPM/DEB package, you may expand this to the distribution path as well.
ie. `username/repository/node` to push into an NPM repository.

### apitoken

Store your Package Cloud API token in GitHub Secrets and pass it in here.
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Upload packages PackageCloud.io
description: Uploads RPM and DEB packages to PackageCloud.io.
name: Publish PackageCloud.io Packages
description: Easily mass-uploads RPM and DEB packages to PackageCloud.io. Other package types have limited support.
branding:
icon: 'upload-cloud'
color: 'blue'
Expand Down

0 comments on commit 58d81b1

Please sign in to comment.