Skip to content

Commit ce8328d

Browse files
committed
Pass ACCELERATION env var to package-linux script from GH action
1 parent b93277e commit ce8328d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/package-plugin/action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ runs:
8888
if: runner.os == 'Linux'
8989
shell: zsh --no-rcs --errexit --pipefail {0}
9090
working-directory: ${{ inputs.workingDirectory }}
91+
env:
92+
ACCELERATION: ${{ inputs.acceleration }}
9193
run: |
9294
: Run Ubuntu Packaging
9395
package_args=(

0 commit comments

Comments
 (0)