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 498934b commit c684e31Copy full SHA for c684e31
1 file changed
action.yml
@@ -135,15 +135,15 @@ runs:
135
uses: baptiste0928/cargo-install@v1
136
with:
137
crate: a11ywatch_cli
138
- version: "0.10.1"
+ version: "0.10.2"
139
features: "grpc"
140
141
- name: A11yWatch CLI Install
142
if: ${{ inputs.SLIM == 'false' }}
143
144
145
146
147
148
- name: Configure CLI creds
149
if: ${{ inputs.A11YWATCH_TOKEN }}
0 commit comments