Skip to content

Commit

Permalink
add replace values action
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Sep 25, 2023
1 parent ab7f0c2 commit 81fa280
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/replace-values-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Replace Value Action

on: [push, workflow_dispatch]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Replace multiple values in a specific file
uses: GuillaumeFalourd/[email protected]
with:
file_path: ./file.json
parameters: |
#{SECRET_TOKEN}# >> SECRET_VALUE
blabla >> my_app_id

0 comments on commit 81fa280

Please sign in to comment.