We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449e85c commit ec9431fCopy full SHA for ec9431f
1 file changed
docs/source/components/identifiers.md
@@ -11,7 +11,7 @@ Code or script identifier
11
| `url` | `str` | Code URL (URL to code repository) |
12
| `name` | `Optional[str]` | Name |
13
| `version` | `Optional[str]` | Code version |
14
-| `git_hash` | `Optional[str]` | Git hash (Git hash of the code repository state) |
+| `commit_hash` | `Optional[str]` | Commit hash (Commit hash of the code.) |
15
| `container` | Optional[[Container](#container)] | Container |
16
| `run_script` | `Optional[pathlib.Path]` | Run script (Path to run script) |
17
| `language` | `Optional[str]` | Programming language (Programming language used) |
0 commit comments