diff --git a/.github/workflows/game_web_ci.yml b/.github/workflows/game_web_ci.yml index a91f0ce..cce2837 100644 --- a/.github/workflows/game_web_ci.yml +++ b/.github/workflows/game_web_ci.yml @@ -111,8 +111,10 @@ jobs: permissions: contents: read steps: - - name: Checkout - uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Get branch name id: get_branch