We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecd9bf commit c55f8d6Copy full SHA for c55f8d6
1 file changed
.github/workflows/run.yml
@@ -39,6 +39,8 @@ jobs:
39
run: |
40
cd ./map-fetcher
41
node src/overview.js --source="../sources.json" --output="../objects"
42
+ env:
43
+ JMC2OBJVERSION: ${{ vars.JMC2OBJVERSION }}
44
45
- name: remove temp files
46
0 commit comments