File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010 default : ' emoncms'
11- github_username :
12- description : ' github username for emoncms src and symlinked modules'
11+ github_username_emoncms :
12+ description : ' github username for emoncms src'
13+ required : true
14+ type : string
15+ default : ' emoncms'
16+ github_username_symodules :
17+ description : ' github username for symlinked modules'
1318 required : true
1419 type : string
1520 default : ' emoncms'
8388 "MODULES=${{ inputs.modules }}"
8489 "SYMODULES=${{ inputs.symodules }}"
8590 "SECONDOS=${{ inputs.workers }}"
86- "EMONCMS_SRC=https://github.com/${{ inputs.github_username }}/emoncms"
87- "SYMLINKED_MODULES_URL=https://github.com/${{ inputs.github_username }}"
91+ "EMONCMS_SRC=https://github.com/${{ inputs.github_username_emoncms }}/emoncms"
92+ "SYMLINKED_MODULES_URL=https://github.com/${{ inputs.github_username_symodules }}"
8893 "BRANCH=${{ inputs.branch }}"
8994 "BUILD_FROM=alpine:${{ inputs.alpine_version }}"
9095 "PHP_VER=${{ inputs.php_version }}"
Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010 default : ' emoncms'
11- github_username :
12- description : ' github username for emoncms src and symlinked modules'
11+ github_username_emoncms :
12+ description : ' github username for emoncms src'
13+ required : true
14+ type : string
15+ default : ' emoncms'
16+ github_username_symodules :
17+ description : ' github username for symlinked modules'
1318 required : true
1419 type : string
1520 default : ' emoncms'
6772 - id : emoncms_version
6873 name : get emoncms version
6974 run : |
70- wget https://raw.githubusercontent.com/${{ inputs.github_username }}/emoncms/${{ inputs.branch }}/version.json
75+ wget https://raw.githubusercontent.com/${{ inputs.github_username_emoncms }}/emoncms/${{ inputs.branch }}/version.json
7176 version=$(cat version.json | jq --raw-output '.version')
7277 echo $version
7378 echo "version=$version" >> "$GITHUB_OUTPUT"
8085 "MODULES=${{ inputs.modules }}"
8186 "SYMODULES=${{ inputs.symodules }}"
8287 "SECONDOS=${{ inputs.workers }}"
83- "EMONCMS_SRC=https://github.com/${{ inputs.github_username }}/emoncms"
84- "SYMLINKED_MODULES_URL=https://github.com/${{ inputs.github_username }}"
88+ "EMONCMS_SRC=https://github.com/${{ inputs.github_username_emoncms }}/emoncms"
89+ "SYMLINKED_MODULES_URL=https://github.com/${{ inputs.github_username_symodules }}"
8590 "BRANCH=${{ inputs.branch }}"
8691 "BUILD_FROM=alpine:${{ inputs.alpine_version }}"
8792 "PHP_VER=${{ inputs.php_version }}"
You can’t perform that action at this time.
0 commit comments