summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-06 17:15:04 -0600
committerAiden Cline <[email protected]>2025-12-06 17:15:04 -0600
commit3feb69e63c7c5fa4bf952f0c6127d46669f71979 (patch)
treed8ad7833ef634cccf5b6312ce58d4af7b48c56fa /.github
parent6723792fbb7cef071393235e6801c96739b8f362 (diff)
downloadopencode-3feb69e63c7c5fa4bf952f0c6127d46669f71979.tar.gz
opencode-3feb69e63c7c5fa4bf952f0c6127d46669f71979.zip
ci: fix format
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 96e316c5f..f27678b2e 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
+ ref: ${{ github.head_ref || github.ref }}
- name: Setup Bun
uses: ./.github/actions/setup-bun