diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6d976b..9bd86d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + ref: ${{ github.head_ref }} - name: Use Node.js uses: actions/setup-node@v4 @@ -25,7 +27,7 @@ jobs: - name: Git commit and push if: github.actor == 'dependabot[bot]' - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: 'feat: update build artifacts'