From 1102856e2ffeaeb2389d2db5a8c42f91937b4e5f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 11:07:46 +0000 Subject: [PATCH] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- .../.github/workflows/replace-values-action.yml | 17 +++++++++++++++++ backup/pull-request-workflow.txt | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 backup/.github/workflows/replace-values-action.yml diff --git a/backup/.github/workflows/replace-values-action.yml b/backup/.github/workflows/replace-values-action.yml new file mode 100644 index 0000000000..11f459fa37 --- /dev/null +++ b/backup/.github/workflows/replace-values-action.yml @@ -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/replace-values-action@v1.1 + with: + file_path: ./file.json + parameters: | + #{SECRET_TOKEN}# >> SECRET_VALUE + blabla >> my_app_id + \ No newline at end of file diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index ad519a3519..695adbadc6 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Fri Sep 22 06:22:26 UTC 2023 +Mon Sep 25 06:22:55 UTC 2023