Skip to content

Commit 312130a

Browse files
Update .github/workflows/test-integration.yml
Co-authored-by: per1234 <accounts@perglass.com>
1 parent ec28871 commit 312130a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ jobs:
6363
- name: Checkout repository
6464
uses: actions/checkout@v3
6565

66-
- name: Run action, using Protoc minor version wildcard
66+
- name: Run action, using protoc minor version wildcard
6767
uses: ./
6868
with:
6969
version: '${{ matrix.version.input }}'
7070
repo-token: ${{ secrets.GITHUB_TOKEN }}
7171

72-
- name: Check Protoc version
72+
- name: Check protoc version
7373
shell: bash
7474
run: |
7575
[[ "$(protoc --version)" == "${{ matrix.version.expected }}" ]]

0 commit comments

Comments
 (0)