From 34ce16a293613971618d5eff9052adaa08efac0e Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Sun, 4 Aug 2024 22:13:58 -0400 Subject: [PATCH] organize repo, make gh action trigger less \n\n !build-containers --- .github/workflows/sync-type.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-type.yaml b/.github/workflows/sync-type.yaml index 61e6cdf..6b917d7 100644 --- a/.github/workflows/sync-type.yaml +++ b/.github/workflows/sync-type.yaml @@ -26,7 +26,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 if: ${{ github.repository == 'spaceness/stardust-docs' && github.ref == 'refs/heads/main' }} with: - commit_message: "chore: sync config type" + commit_message: "chore: sync config type !v-deploy" commit_options: "--allow-empty" commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" branch: ${{ github.head_ref }}