Skip to content

Commit 40b5566

Browse files
fix: Fix branch reference
1 parent 2ebe3f6 commit 40b5566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_kotlin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
with:
14-
ssh-key: ${{ secrets.SSH_KEY }}
14+
ref: main
1515
- name: Install rust
1616
run: |
1717
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

.github/workflows/build_swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
with:
14-
ref: build/swift
14+
ref: main
1515
- name: Install rust
1616
run: |
1717
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)