There was an error while loading. Please reload this page.
1 parent b93277e commit ce8328dCopy full SHA for ce8328d
1 file changed
.github/actions/package-plugin/action.yaml
@@ -88,6 +88,8 @@ runs:
88
if: runner.os == 'Linux'
89
shell: zsh --no-rcs --errexit --pipefail {0}
90
working-directory: ${{ inputs.workingDirectory }}
91
+ env:
92
+ ACCELERATION: ${{ inputs.acceleration }}
93
run: |
94
: Run Ubuntu Packaging
95
package_args=(
0 commit comments