From af47253b005325a9f0a95d316f159c051fd282d7 Mon Sep 17 00:00:00 2001 From: "system-tools-actions-public[bot]" <105183389+system-tools-actions-public[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:31:57 +0900 Subject: [PATCH] chore: sync files (#38) Signed-off-by: GitHub Co-authored-by: takam5f2 Co-authored-by: Tetsuo Watanabe <86041052+nabetetsu@users.noreply.github.com> --- .github/workflows/pre-commit-optional.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-optional.yaml b/.github/workflows/pre-commit-optional.yaml index 09e23b1..e754eca 100644 --- a/.github/workflows/pre-commit-optional.yaml +++ b/.github/workflows/pre-commit-optional.yaml @@ -8,9 +8,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Run pre-commit uses: autowarefoundation/autoware-github-actions/pre-commit@v1 with: pre-commit-config: .pre-commit-config-optional.yaml + base-branch: origin/${{ github.base_ref }}