From b29c335b8f3df029eeb89bc49701f234f427aa8b Mon Sep 17 00:00:00 2001 From: Robert-Gee Date: Thu, 18 Jan 2024 17:46:26 -0700 Subject: [PATCH] move workflow files to top level workflows dir. --- .../Dockerfile => localize-push-pull-Dockerfile} | 0 .../{localize-push-pull/entrypoint.sh => localize-push-pull.sh} | 0 .../{localize-push-pull/action.yml => localize-push-pull.yml} | 2 +- .../Dockerfile => localize-restructure-Dockerfile} | 0 .../entrypoint.sh => localize-restructure.sh} | 0 .../action.yml => localize-restructure.yml} | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{localize-push-pull/Dockerfile => localize-push-pull-Dockerfile} (100%) rename .github/workflows/{localize-push-pull/entrypoint.sh => localize-push-pull.sh} (100%) rename .github/workflows/{localize-push-pull/action.yml => localize-push-pull.yml} (97%) rename .github/workflows/{localize-restructure-json/Dockerfile => localize-restructure-Dockerfile} (100%) rename .github/workflows/{localize-restructure-json/entrypoint.sh => localize-restructure.sh} (100%) rename .github/workflows/{localize-restructure-json/action.yml => localize-restructure.yml} (93%) diff --git a/.github/workflows/localize-push-pull/Dockerfile b/.github/workflows/localize-push-pull-Dockerfile similarity index 100% rename from .github/workflows/localize-push-pull/Dockerfile rename to .github/workflows/localize-push-pull-Dockerfile diff --git a/.github/workflows/localize-push-pull/entrypoint.sh b/.github/workflows/localize-push-pull.sh similarity index 100% rename from .github/workflows/localize-push-pull/entrypoint.sh rename to .github/workflows/localize-push-pull.sh diff --git a/.github/workflows/localize-push-pull/action.yml b/.github/workflows/localize-push-pull.yml similarity index 97% rename from .github/workflows/localize-push-pull/action.yml rename to .github/workflows/localize-push-pull.yml index 26478a7..02d22d0 100644 --- a/.github/workflows/localize-push-pull/action.yml +++ b/.github/workflows/localize-push-pull.yml @@ -38,4 +38,4 @@ runs: - ${{ inputs.action }} - ${{ inputs.type }} - ${{ inputs.languages }} - - ${{ inputs.filepaths }} + - ${{ inputs.filepaths }} \ No newline at end of file diff --git a/.github/workflows/localize-restructure-json/Dockerfile b/.github/workflows/localize-restructure-Dockerfile similarity index 100% rename from .github/workflows/localize-restructure-json/Dockerfile rename to .github/workflows/localize-restructure-Dockerfile diff --git a/.github/workflows/localize-restructure-json/entrypoint.sh b/.github/workflows/localize-restructure.sh similarity index 100% rename from .github/workflows/localize-restructure-json/entrypoint.sh rename to .github/workflows/localize-restructure.sh diff --git a/.github/workflows/localize-restructure-json/action.yml b/.github/workflows/localize-restructure.yml similarity index 93% rename from .github/workflows/localize-restructure-json/action.yml rename to .github/workflows/localize-restructure.yml index a721e84..1529f39 100644 --- a/.github/workflows/localize-restructure-json/action.yml +++ b/.github/workflows/localize-restructure.yml @@ -17,7 +17,7 @@ inputs: default: "public/locales" runs: using: "docker" - image: "Dockerfile" + image: "localize-restructure-Dockerfile" args: - ${{ inputs.languages }} - ${{ inputs.input-path }}