We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f322b0f commit 236f854Copy full SHA for 236f854
1 file changed
.github/workflows/ci.yml
@@ -28,15 +28,15 @@ jobs:
28
mode: write
29
file: climada.conf
30
property: local_data.system
31
- value: ${{ github.workspace }}/climada/data/system
+ value: ${{ github.workspace }}/climada/data
32
-
33
name: Write climada.conf demo data
34
uses: amochkin/action-json@v1
35
with:
36
37
38
property: local_data.demo
39
- value: ${{ github.workspace }}/climada/data/demo
+ value: ${{ github.workspace }}/climada/demo
40
41
run: |
42
cat climada.conf
0 commit comments