diff --git a/README.md b/README.md
index 2a18930..d8c397a 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # forgejo-release
 
-<!-- action-docs-description -->
+<!-- action-docs-description source="action.yml" -->
 ## Description
 
 Upload or download the assets of a release to a Forgejo instance.
-<!-- action-docs-description -->
-<!-- action-docs-inputs -->
+<!-- action-docs-description source="action.yml" -->
+<!-- action-docs-inputs source="action.yml" -->
 ## Inputs
 
 | parameter | description | required | default |
@@ -24,7 +24,7 @@ Upload or download the assets of a release to a Forgejo instance.
 | verbose | Increase the verbosity level | `false` | false |
 | override | Override an existing release by the same {tag} | `false` | false |
 | prerelease | Mark Release as Pre-Release | `false` | false |
-<!-- action-docs-inputs -->
+<!-- action-docs-inputs source="action.yml" -->
 
 ## Example