From dbfb2c03bb4f83f236412f14f2058254c930da5c Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 23 Aug 2024 20:07:28 +0300 Subject: [PATCH] 0.1.0 --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 659020f..05f8c94 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,17 @@ [![License](https://img.shields.io/github/license/rosven9856/gitea-package-action)](https://github.com/rosven9856/gitea-package-action/blob/master/LICENSE) -This action will update the package version in the Gitea system using the API and output debugging information to the log. \ No newline at end of file +This action will update the package version in the Gitea system using the API and output debugging information to the log. + + +## Example usage + +```yaml + steps: + - uses: rosven9856/gitea-package-action@0.1.0 + with: + gitea_instance_base_url: "https://gitea_instance_url" + gitea_access_token: "${{ secrets._GITEA_ACCESS_TOKEN }}" + gitea_owner: "owner" + gitea_repository: "repository" + gitea_package_registry: "composer" \ No newline at end of file