From d7f00ef99af2e8093369046fec246c749f933ae8 Mon Sep 17 00:00:00 2001 From: Dmitry Nichiporenko Date: Fri, 7 Feb 2025 11:44:18 +0100 Subject: [PATCH 1/2] feat: test --- .github/workflows/pr-semantic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-semantic.yaml b/.github/workflows/pr-semantic.yaml index 7af4353..952a3e6 100644 --- a/.github/workflows/pr-semantic.yaml +++ b/.github/workflows/pr-semantic.yaml @@ -21,6 +21,7 @@ jobs: - name: Create uses: ./.github/actions/semantic with: + no-checkout: true github-token: ${{ secrets.GITHUB_TOKEN }} release-assets: | gradle/wrapper/gradle-wrapper.properties From b38996f9208e34590247d782a64eb1947c2dd65a Mon Sep 17 00:00:00 2001 From: Dmitry Nichiporenko Date: Mon, 10 Feb 2025 11:00:48 +0100 Subject: [PATCH 2/2] feat: test --- .github/workflows/pr-semantic.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-semantic.yaml b/.github/workflows/pr-semantic.yaml index 952a3e6..150c458 100644 --- a/.github/workflows/pr-semantic.yaml +++ b/.github/workflows/pr-semantic.yaml @@ -22,6 +22,7 @@ jobs: uses: ./.github/actions/semantic with: no-checkout: true + working_directory: '.' github-token: ${{ secrets.GITHUB_TOKEN }} release-assets: | gradle/wrapper/gradle-wrapper.properties