Skip to content

Commit 811394e

Browse files
committed
fix yaml again
1 parent 2149a47 commit 811394e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/upload-artifact@v3
3535
with:
3636
name: code-coverage-report-ruby_${{ matrix.ruby-version }}-${{ matrix.gemfile }}
37-
path: ${{ github-workspace }}/coverage/
37+
path: ${{ github.workspace }}/coverage/
3838

3939
post_coverage:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)