Skip to content

Commit 64c40b3

Browse files
committed
fix typo language-badge GHA
1 parent 67b86f1 commit 64c40b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/language-badge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: vars
2020
run: echo "::set-output name=language_count::$(cargo run -- --languages | wc -l)"
2121
- name: Get Badge
22-
run: curl https://img.shields.io/badge/languages-${{steps.vars.language_count}}-blue > ./assets/language-badge.svg
22+
run: curl https://img.shields.io/badge/languages-${{ steps.vars.outputs.language_count }}-blue > ./assets/language-badge.svg
2323
- name: Commit Badge
2424
continue-on-error: true
2525
run: |

0 commit comments

Comments
 (0)