Skip to content

Commit be43a0c

Browse files
committed
Fix name of action.
1 parent 14858c4 commit be43a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
browser: [ firefox-container, chrome-container ]
1515

1616
runs-on: [ubuntu-latest]
17-
name: '${{ matrix.browser }}
17+
name: ${{ matrix.browser }}
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)