From 9246a1f2ed2cac37b0892a4e06c936b64059da94 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 31 Dec 2025 09:24:57 -0800 Subject: [PATCH] Initial commit --- .github/workflows/CatalogAutomation.yml | 11 +++++++++++ README.md | 1 + catalog.json | 1 + 3 files changed, 13 insertions(+) create mode 100644 .github/workflows/CatalogAutomation.yml create mode 100644 README.md create mode 100644 catalog.json diff --git a/.github/workflows/CatalogAutomation.yml b/.github/workflows/CatalogAutomation.yml new file mode 100644 index 0000000..6abe478 --- /dev/null +++ b/.github/workflows/CatalogAutomation.yml @@ -0,0 +1,11 @@ +name: Catalog + +on: + push: + +permissions: + contents: write + +jobs: + catalog: + uses: sune-org/.github/.github/workflows/catalog.yml@main diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6292e2 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# StoreTemplate \ No newline at end of file diff --git a/catalog.json b/catalog.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/catalog.json @@ -0,0 +1 @@ +[]