From 697702f6dae049ef46e883fd3aab12999e2644c3 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Wed, 18 Oct 2023 23:31:39 -0500 Subject: [PATCH] [CI] Renamed spec files to clarify its usage --- ...ild-info-spec.json => apps-plugin-release-files-spec.json} | 0 ...ld-props-spec.json => stream-apps-release-files-spec.json} | 0 .github/workflows/cental-sync-create.yml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/{release-files-by-build-info-spec.json => apps-plugin-release-files-spec.json} (100%) rename .github/{release-files-by-build-props-spec.json => stream-apps-release-files-spec.json} (100%) diff --git a/.github/release-files-by-build-info-spec.json b/.github/apps-plugin-release-files-spec.json similarity index 100% rename from .github/release-files-by-build-info-spec.json rename to .github/apps-plugin-release-files-spec.json diff --git a/.github/release-files-by-build-props-spec.json b/.github/stream-apps-release-files-spec.json similarity index 100% rename from .github/release-files-by-build-props-spec.json rename to .github/stream-apps-release-files-spec.json diff --git a/.github/workflows/cental-sync-create.yml b/.github/workflows/cental-sync-create.yml index 8fa89b91..62025fc3 100644 --- a/.github/workflows/cental-sync-create.yml +++ b/.github/workflows/cental-sync-create.yml @@ -13,8 +13,8 @@ on: type: choice description: "The AQL spec file for the release files" options: - - '.github/release-files-by-build-props-spec.json' - - '.github/release-files-by-build-info-spec.json' + - '.github/stream-apps-release-files-spec.json' + - '.github/apps-plugin-release-files-spec.json' jobs: build: