Skip to content

Commit

Permalink
Merge branch 'git-commit-push-action-6308847492-windows-full-remote' …
Browse files Browse the repository at this point in the history
…into windows
  • Loading branch information
GuillaumeFalourd authored and GuillaumeFalourd committed Sep 26, 2023
2 parents 9651ff7 + 9348c80 commit ebf29d3
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 5 deletions.
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 Values 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
- run: cat ./file.json
2 changes: 2 additions & 0 deletions backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion backup/checkout-workflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fri Sep 22 01:10:21 UTC 2023
Mon Sep 25 01:11:11 UTC 2023
2 changes: 1 addition & 1 deletion backup/commit-and-push-workflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Jul 6 11:37:46 UTC 2023
Mon Sep 25 11:09:59 UTC 2023
2 changes: 1 addition & 1 deletion backup/git-auto-commit-workflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Jul 6 11:37:10 UTC 2023
Mon Sep 25 11:08:55 UTC 2023
2 changes: 1 addition & 1 deletion backup/pull-request-workflow.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu Sep 21 06:22:05 UTC 2023
Mon Sep 25 06:22:55 UTC 2023
2 changes: 1 addition & 1 deletion windows_report_full_remote.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Mon Sep 25 06:21:38 CUT 2023
Tue Sep 26 06:20:51 CUT 2023

0 comments on commit ebf29d3

Please sign in to comment.