CI: Add env variables and github pages
This commit is contained in:
parent
1529b19b58
commit
2496db5028
2 changed files with 16 additions and 4 deletions
4
.github/workflows/pull_request.yaml
vendored
4
.github/workflows/pull_request.yaml
vendored
|
|
@ -3,8 +3,8 @@ name: Pull Request Workflow
|
|||
on: [pull_request]
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: '3.10.6'
|
||||
JAVA_VERSION: '11.0'
|
||||
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
|
||||
JAVA_VERSION: ${{ secrets.JAVA_VERSION }}
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue