diff --git a/docs/workflow.md b/docs/workflow.md
index 6adc221..ef444bc 100644
--- a/docs/workflow.md
+++ b/docs/workflow.md
@@ -49,8 +49,7 @@ The `build_pkg.yml` workflow can be triggered by calling it with specific input
Input Parameters available in `build_pkg.yml`:
| Parameter | Type | Description |
| --------- | ---- | ------------|
-|`repository`|**Type:** string
**Default:** `${{ github.repository }}`| The repository to build the package from.|
-|`ref`|**Type:** string
**Default:** `${{ github.sha }}`| The ref (commit or branch) to build the package from.|
+|`ref`|**Type:** string
**Default:** `${{ github.sha }}`| The ref (commit or branch) that should be checked out from the `package-build` repo while processing the package build.|
|`build_container`|**Type:** string
**Default:** `ghcr.io/gardenlinux/package-build`| The container image used for building the package.|
|`dependencies`|**Type:** string| Comma-separated list of repositories and tags to fetch dependencies from.|
|`source`|**Type:** string| The source name of the package. There are three values that one can choose from:
- Debian Source Package: `{SOURCE PACKAGE NAME}`
- Git Source: `git+{GIT URL}`
- Native Build: `native`|