Skip to content

Commit 65ba41a

Browse files
committed
Load zinnia version from repo variables
1 parent c1a981f commit 65ba41a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22
on: [push]
33

4+
env:
5+
ZINNIA_VERSION: {{ vars.ZINNIA_VERSION }}
6+
47
jobs:
58
build:
69
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)