From 9e15738977afc60567b65f4ee62cbcf787cc72a0 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 30 Jan 2024 09:30:26 -0800 Subject: [PATCH] update actions --- .../workflows/{astro-ghostcms.yml => npm-astro-ghostcms.yml} | 2 +- .github/workflows/{Create-Astro-GhostCMS.yml => npm-create.yml} | 2 +- .../{Astro-GhostCMS-Theme-Default.yml => npm-theme-default.yml} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{astro-ghostcms.yml => npm-astro-ghostcms.yml} (97%) rename .github/workflows/{Create-Astro-GhostCMS.yml => npm-create.yml} (97%) rename .github/workflows/{Astro-GhostCMS-Theme-Default.yml => npm-theme-default.yml} (96%) diff --git a/.github/workflows/astro-ghostcms.yml b/.github/workflows/npm-astro-ghostcms.yml similarity index 97% rename from .github/workflows/astro-ghostcms.yml rename to .github/workflows/npm-astro-ghostcms.yml index b4f11c59..bc38cfbe 100644 --- a/.github/workflows/astro-ghostcms.yml +++ b/.github/workflows/npm-astro-ghostcms.yml @@ -1,4 +1,4 @@ -name: Publish Astro-GhostCMS +name: NPM-Astro-GhostCMS on: release: diff --git a/.github/workflows/Create-Astro-GhostCMS.yml b/.github/workflows/npm-create.yml similarity index 97% rename from .github/workflows/Create-Astro-GhostCMS.yml rename to .github/workflows/npm-create.yml index 2be93386..98066111 100644 --- a/.github/workflows/Create-Astro-GhostCMS.yml +++ b/.github/workflows/npm-create.yml @@ -1,4 +1,4 @@ -name: Publish Create-Astro-GhostCMS +name: NPM-Create on: workflow_dispatch: diff --git a/.github/workflows/Astro-GhostCMS-Theme-Default.yml b/.github/workflows/npm-theme-default.yml similarity index 96% rename from .github/workflows/Astro-GhostCMS-Theme-Default.yml rename to .github/workflows/npm-theme-default.yml index 15576073..85bc4f13 100644 --- a/.github/workflows/Astro-GhostCMS-Theme-Default.yml +++ b/.github/workflows/npm-theme-default.yml @@ -1,4 +1,4 @@ -name: Publish Astro-GhostCMS Theme (Default) +name: NPM-Theme (Default) on: workflow_dispatch: