summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-06 18:21:32 -0500
committerDax Raad <[email protected]>2025-12-06 18:21:32 -0500
commitdfea6780d9a8c4b28e7f3481144e76deb9b80edf (patch)
tree069d14b5fb5ea0346e3a9e4332d9560b5e33d81d /.github/workflows
parent2ac8dd63610918c6911f86275d9cd881077f0b8e (diff)
downloadopencode-dfea6780d9a8c4b28e7f3481144e76deb9b80edf.tar.gz
opencode-dfea6780d9a8c4b28e7f3481144e76deb9b80edf.zip
sync
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/format.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index f27678b2e..96e316c5f 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -18,7 +18,6 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- ref: ${{ github.head_ref || github.ref }}
- name: Setup Bun
uses: ./.github/actions/setup-bun