From 4ecbb513d0dfc72afbeb87307036630d42f63753 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Thu, 7 Mar 2024 13:44:07 +0100 Subject: [PATCH] Update --- .github/workflows/build-check-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 5ef1acf8..90d32f8c 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -251,7 +251,7 @@ jobs: # SKIP_INSTRUCTION: "[skip r-cmd]" - name: Check commit message 💬 - uses: ./${{ steps.github-token.outputs.token }}/.github/workflows/check-commit-message + uses: ./${{ github.event.repository.name }}/.github/workflows/check-commit-message with: gh-token: ${{ steps.github-token.outputs.token }} skip-instruction: "[skip r-cmd]"