Skip to content

Commit

Permalink
fix: "the env Jinja functions" example not to ref PKG_HASH (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny authored Dec 18, 2024
1 parent 01e07c4 commit b5b9a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/recipe_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ This can be used for some light templating, for example:

```yaml
build:
string: ${{ env.get("GIT_BUILD_STRING") }}_${{ PKG_HASH }}
string: ${{ env.get("GIT_BUILD_STRING") }}_${{ hash }}
```

#### `match` function
Expand Down

0 comments on commit b5b9a01

Please sign in to comment.