Skip to content

Commit 930434f

Browse files
committed
Fix GitHub Action environment
1 parent 27408cb commit 930434f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: github.ref == 'refs/heads/main'
7070
needs: tests
7171
environment:
72-
name: code-coverage
72+
name: github-pages
7373
url: ${{ steps.deployment.outputs.page_url }}
7474
runs-on: ubuntu-latest
7575
steps:

0 commit comments

Comments
 (0)