mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 10:17:02 +00:00
Forgejo actions are a near drop-in replacement for GitHub actions. This commit changes the action.yml file to make the forge configurable. This allows using the action with forgejo instances. Changes made: - Introduce a `forge` input and pass it as the value of the `--forge` flag. - Introduce `api-url` input and pass it as the value of the `--api-url` flag. This is required to configure the API URL of the forge. If the action is used with GitHub Actions it is simply ignored. - Pass `inputs.token` as value to the `--api-token` flag. This is required as the forgejo client does not respect the `GITHUB_ACTION` environment variable. - Introduce `owner` input and pass it as the value of the `--owner` flag. As this was not passed before the default is set to `""`. In theory it could be set to the value of `github.repository_owner`. - Introduce `user` input and pass it as the value of the `--user` flag. As this was not passed before the default is set to `""`. GitHub Actions does not seem to provide a convenient way to get the repository without the owner. As such keeping it at `""` for the default is safest. |
||
|---|---|---|
| .. | ||
| explanation | ||
| guides | ||
| reference | ||
| tutorials | ||
| .gitignore | ||
| book.toml | ||
| changelog.md | ||
| introduction.md | ||
| SUMMARY.md | ||