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 6c75bde commit c169defCopy full SHA for c169def
.github/workflows/bindings.yml
@@ -76,7 +76,7 @@ jobs:
76
77
generate-headers:
78
if: startsWith(github.ref_name, 'accesskit_c-v')
79
- uses: AccessKit/accesskit/.github/workflows/generate-headers.yml@main
+ uses: DataTriny/accesskit/.github/workflows/generate-headers.yml@main
80
81
publish:
82
needs: [build-binaries, generate-headers]
.github/workflows/ci.yml
@@ -65,4 +65,4 @@ jobs:
65
command: test
66
67
68
0 commit comments