From e6ecd2f06346717a221315eccad4c20900b93159 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 4 Jan 2024 13:32:53 +0100 Subject: [PATCH] Move actions into actions folder --- .github/{ => actions}/get-prerelease/action.yml | 0 .github/{ => actions}/get-release-notes/action.yml | 0 .github/{ => actions}/get-version/action.yml | 0 .github/{ => actions}/npm-publish/action.yml | 0 .github/{ => actions}/release-create/action.yml | 0 .github/{ => actions}/tag-exists/action.yml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => actions}/get-prerelease/action.yml (100%) rename .github/{ => actions}/get-release-notes/action.yml (100%) rename .github/{ => actions}/get-version/action.yml (100%) rename .github/{ => actions}/npm-publish/action.yml (100%) rename .github/{ => actions}/release-create/action.yml (100%) rename .github/{ => actions}/tag-exists/action.yml (100%) diff --git a/.github/get-prerelease/action.yml b/.github/actions/get-prerelease/action.yml similarity index 100% rename from .github/get-prerelease/action.yml rename to .github/actions/get-prerelease/action.yml diff --git a/.github/get-release-notes/action.yml b/.github/actions/get-release-notes/action.yml similarity index 100% rename from .github/get-release-notes/action.yml rename to .github/actions/get-release-notes/action.yml diff --git a/.github/get-version/action.yml b/.github/actions/get-version/action.yml similarity index 100% rename from .github/get-version/action.yml rename to .github/actions/get-version/action.yml diff --git a/.github/npm-publish/action.yml b/.github/actions/npm-publish/action.yml similarity index 100% rename from .github/npm-publish/action.yml rename to .github/actions/npm-publish/action.yml diff --git a/.github/release-create/action.yml b/.github/actions/release-create/action.yml similarity index 100% rename from .github/release-create/action.yml rename to .github/actions/release-create/action.yml diff --git a/.github/tag-exists/action.yml b/.github/actions/tag-exists/action.yml similarity index 100% rename from .github/tag-exists/action.yml rename to .github/actions/tag-exists/action.yml