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 ed10157 commit a8e2c28Copy full SHA for a8e2c28
docs/filter-functions.md
@@ -939,5 +939,5 @@ automations:
939
comment: |
940
{{ README_CONTENT }}
941
942
-README_CONTENT: {{ "txt" | readFile("./README.md") }}
+README_CONTENT: {{ "./README.md" | readFile(output="txt") }}
943
```
0 commit comments