From bfa715b725d4078572b4776675839e3b846177df Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 06:23:27 +0000 Subject: [PATCH 1/5] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/checkout-workflow.txt | 2 +- backup/pull-request-workflow.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup/checkout-workflow.txt b/backup/checkout-workflow.txt index 7d7d13a84c..841f6d939a 100644 --- a/backup/checkout-workflow.txt +++ b/backup/checkout-workflow.txt @@ -1 +1 @@ -Fri Sep 22 01:10:21 UTC 2023 +Mon Sep 25 01:11:11 UTC 2023 diff --git a/backup/pull-request-workflow.txt b/backup/pull-request-workflow.txt index e069d53203..ad519a3519 100644 --- a/backup/pull-request-workflow.txt +++ b/backup/pull-request-workflow.txt @@ -1 +1 @@ -Thu Sep 21 06:22:05 UTC 2023 +Fri Sep 22 06:22:26 UTC 2023 From 1102856e2ffeaeb2389d2db5a8c42f91937b4e5f Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 11:07:46 +0000 Subject: [PATCH 2/5] 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 From 9267b64b1a976fd79e05d1bfae3257c4e14d974b Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 11:09:05 +0000 Subject: [PATCH 3/5] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/.github/workflows/replace-values-action.yml | 4 ++-- backup/git-auto-commit-workflow.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/.github/workflows/replace-values-action.yml b/backup/.github/workflows/replace-values-action.yml index 11f459fa37..3d23e9943c 100644 --- a/backup/.github/workflows/replace-values-action.yml +++ b/backup/.github/workflows/replace-values-action.yml @@ -1,4 +1,4 @@ -name: Replace Value Action +name: Replace Values Action on: [push, workflow_dispatch] @@ -14,4 +14,4 @@ jobs: parameters: | #{SECRET_TOKEN}# >> SECRET_VALUE blabla >> my_app_id - \ No newline at end of file + - run: cat ./file.json \ No newline at end of file diff --git a/backup/git-auto-commit-workflow.txt b/backup/git-auto-commit-workflow.txt index 42df8d9a18..bb93b943d5 100644 --- a/backup/git-auto-commit-workflow.txt +++ b/backup/git-auto-commit-workflow.txt @@ -1 +1 @@ -Thu Jul 6 11:37:10 UTC 2023 +Mon Sep 25 11:08:55 UTC 2023 From 32556418025138f4aa68002d64d25e09d0274042 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Mon, 25 Sep 2023 11:11:43 +0000 Subject: [PATCH 4/5] Update file(s) "/." from "GuillaumeFalourd/useful-actions" --- backup/README.md | 2 ++ backup/commit-and-push-workflow.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backup/README.md b/backup/README.md index 4b395bce01..b376bb8618 100644 --- a/backup/README.md +++ b/backup/README.md @@ -208,6 +208,8 @@ This repository lists some useful generic Actions to use in your Github workflow [Replace Token](https://github.com/marketplace/actions/replace-tokens): GitHub Action for replacing tokens in files. +[![Replace Values Action](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/replace-values-action.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/replace-values-action.yml): Github Action to replace values in files (secrets or fields). + [![Repository-Dispatch](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch.yml) [![Repository-Dispatch-Triggered](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml/badge.svg)](https://github.com/GuillaumeFalourd/useful-actions/actions/workflows/repository-dispatch-triggered.yml) [Repository-Dispatch](https://github.com/marketplace/actions/repository-dispatch): GitHub Action to create a repository dispatch event. diff --git a/backup/commit-and-push-workflow.txt b/backup/commit-and-push-workflow.txt index 4b4deaad0f..85e81d5b1f 100644 --- a/backup/commit-and-push-workflow.txt +++ b/backup/commit-and-push-workflow.txt @@ -1 +1 @@ -Thu Jul 6 11:37:46 UTC 2023 +Mon Sep 25 11:09:59 UTC 2023 From 9348c801db0b68c5365942b65ca5abd269a9cfc9 Mon Sep 17 00:00:00 2001 From: GuillaumeFalourd Date: Tue, 26 Sep 2023 06:21:11 +0000 Subject: [PATCH 5/5] windows full remote workflow --- windows_report_full_remote.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 windows_report_full_remote.txt diff --git a/windows_report_full_remote.txt b/windows_report_full_remote.txt new file mode 100644 index 0000000000..a4ad009cbc --- /dev/null +++ b/windows_report_full_remote.txt @@ -0,0 +1 @@ +Tue Sep 26 06:20:51 CUT 2023