Skip to content

Commit

Permalink
Committing 3 files with extension .prp in directory .
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 16, 2024
1 parent 24851b7 commit 11890ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="https://raw.githubusercontent.com/CIFriends/brandkit/main/no-bg/cifriends.svg" alt="Logo" width="200px">
</a>

# prp-preprocessor
# {_ prpTitle _} {_currentVersion_}

_A versatile GitHub Action that enables variable replacement in files using a simple_ `{_ variable _}` _syntax._

Expand All @@ -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'
```
Expand Down
1 change: 1 addition & 0 deletions example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version: {_ currentVersion _}

0 comments on commit 11890ec

Please sign in to comment.