Skip to content

Commit a8e2c28

Browse files
authored
Update filter-functions.md
1 parent ed10157 commit a8e2c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/filter-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,5 +939,5 @@ automations:
939939
comment: |
940940
{{ README_CONTENT }}
941941
942-
README_CONTENT: {{ "txt" | readFile("./README.md") }}
942+
README_CONTENT: {{ "./README.md" | readFile(output="txt") }}
943943
```

0 commit comments

Comments
 (0)