Skip to content

Commit 936352e

Browse files
committed
Update CI to run action against current branch
1 parent aa0344a commit 936352e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
repository: apple/swift-algorithms
1919
path: apple/swift-algorithms
2020
- name: Test apple/swift-algorithms
21-
uses: skiptools/swift-android-action@${{ github.event.inputs.branch }}
21+
uses: skiptools/swift-android-action
2222
with:
2323
package-path: apple/swift-algorithms
2424
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
@@ -29,7 +29,7 @@ jobs:
2929
repository: skiptools/swift-sqlite
3030
path: skiptools/swift-sqlite
3131
- name: Test skiptools/swift-sqlite
32-
uses: skiptools/swift-android-action@${{ github.event.inputs.branch }}
32+
uses: skiptools/swift-android-action
3333
with:
3434
package-path: skiptools/swift-sqlite
3535
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM

0 commit comments

Comments
 (0)