Skip to content

Commit

Permalink
Merge pull request #2 from joshjohanning-org/joshjohanning-patch-1
Browse files Browse the repository at this point in the history
use updated replace tokens action
  • Loading branch information
joshjohanning authored Feb 17, 2024
2 parents 86b8a66 + 00ec408 commit 8c49515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tokenize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: cat before
run: cat appsettings_tokenized.json

- uses: cschleiden/replace-tokens@v1
# - uses: cschleiden/replace-tokens@v1
- uses: joshjohanning/replace-tokens@v1.4
with:
tokenPrefix: '#{'
tokenSuffix: '}#'
Expand Down

0 comments on commit 8c49515

Please sign in to comment.