Skip to content

Commit

Permalink
Update file(s) "/." from "GuillaumeFalourd/useful-actions"
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Sep 25, 2023
1 parent bfa715b commit 1102856
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions backup/.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
2 changes: 1 addition & 1 deletion backup/pull-request-workflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri Sep 22 06:22:26 UTC 2023
Mon Sep 25 06:22:55 UTC 2023

0 comments on commit 1102856

Please sign in to comment.