We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a25f5b commit ae8c4cdCopy full SHA for ae8c4cd
.github/workflows/test-action.yml
@@ -23,7 +23,7 @@ jobs:
23
repository: apple/swift-algorithms
24
path: apple/swift-algorithms
25
- name: Test apple/swift-algorithms
26
- uses: swift-android-action/
+ uses: ./swift-android-action/
27
#uses: skiptools/swift-android-action@main
28
with:
29
package-path: apple/swift-algorithms
@@ -35,7 +35,7 @@ jobs:
35
repository: skiptools/swift-sqlite
36
path: skiptools/swift-sqlite
37
- name: Test skiptools/swift-sqlite
38
39
40
41
package-path: skiptools/swift-sqlite
0 commit comments