diff --git a/README.md b/README.md index eb93cf2..3a52c29 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Upload or download the assets of a release to a Forgejo instance. | name | description | required | default | | --- | --- | --- | --- | -| `url` |
URL of the Forgejo instance
| `false` | `""` | -| `repo` |owner/project relative to the URL
| `false` | `""` | -| `tag` |Tag of the release
| `false` | `""` | +| `url` |URL of the Forgejo instance
| `false` | `${{ env.GITHUB_SERVER_URL }}` | +| `repo` |owner/project relative to the URL
| `false` | `${{ github.repository }}` | +| `tag` |Tag of the release
| `false` | `${{ github.ref_name }}` | | `title` |Title of the release (defaults to tag)
| `false` | `""` | -| `sha` |SHA of the release
| `false` | `""` | -| `token` |Forgejo application token
| `true` | `""` | +| `sha` |SHA of the release
| `false` | `${{ github.sha }}` | +| `token` |Forgejo application token
| `false` | `${{ secrets.GITHUB_TOKEN }}` | | `release-dir` |Directory in whichs release assets are uploaded or downloaded
| `true` | `""` | | `release-notes` |Release notes
| `false` | `""` | | `direction` |Can either be download
or upload