We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bbb13 commit ef2c2a6Copy full SHA for ef2c2a6
.github/workflows/docker-compose-h2.yml
@@ -8,4 +8,4 @@ services:
8
- SPRING_DATASOURCE_URL=jdbc:h2:file:./data/db
9
- SPRING_DATASOURCE_DRIVERCLASSNAME=org.h2.Driver
10
ports:
11
- - 80:80
+ - 80:81
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Run & Deploy Reports to GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
+ - main
7
workflow_dispatch:
jobs:
0 commit comments