Skip to content

Commit

Permalink
use updated replace tokens action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjohanning authored Feb 17, 2024
1 parent 86b8a66 commit 00ec408
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 00ec408

Please sign in to comment.