File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 cp .github/tests/00-hello-world scripts/
120120
121- - name : " 🛠 Determine EDIT_BASE_ARCH "
121+ - name : " 🛠 Determine EDITBASE_ARCH "
122122 run : |
123123 case "${{ matrix.arch }}" in
124124 arm64)
@@ -130,14 +130,14 @@ jobs:
130130 ;;
131131 esac
132132
133- echo "EDIT_BASE_ARCH=$EDIT_BASE_ARCH " >> $GITHUB_ENV
133+ echo "EDITBASE_ARCH=$EDITBASE_ARCH " >> $GITHUB_ENV
134134
135135 - name : 🧪 Perform test build using the action
136136 uses : OctoPrint/CustoPiZer@main
137137 with :
138138 workspace : ${{ github.workspace }}/workspace
139139 scripts : ${{ github.workspace }}/scripts
140- environment : ' { "EDIT_BASE_ARCH ": "${{ env.EDIT_BASE_ARCH }}" }'
140+ environment : ' { "EDITBASE_ARCH ": "${{ env.EDITBASE_ARCH }}" }'
141141 custopizer : ' ${{ needs.build.outputs.digest }}'
142142
143143 deploy :
You can’t perform that action at this time.
0 commit comments