diff --git a/README.md b/README.md index 5589c78..9d2196c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Logo - # prp-preprocessor + # {_ prpTitle _} {_currentVersion_} _A versatile GitHub Action that enables variable replacement in files using a simple_ `{_ variable _}` _syntax._ @@ -23,7 +23,7 @@ use it: ```yml steps: - name: PRP Preprocessor - uses: CIFriends/prp-preprocessor@v1 + uses: CIFriends/prp-preprocessor@v{_currentVersion_} with: rootDir: './example' ``` diff --git a/example.md b/example.md new file mode 100644 index 0000000..6068ad1 --- /dev/null +++ b/example.md @@ -0,0 +1 @@ +version: {_ currentVersion _}