diff options
| author | Dax Raad <[email protected]> | 2026-01-30 10:39:59 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 10:39:59 -0500 |
| commit | 1aade4b30817b8ecd2edb708737ed554879c2f28 (patch) | |
| tree | 0c015e37430d66ae74e200622ffdf651295b831b /.github/workflows | |
| parent | 2e005de670b53de126b08c8a0b92358815b4962f (diff) | |
| download | opencode-1aade4b30817b8ecd2edb708737ed554879c2f28.tar.gz opencode-1aade4b30817b8ecd2edb708737ed554879c2f28.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/beta.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index f7ad115a2..b9aa49896 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Bun uses: ./.github/actions/setup-bun |
