Skip to content

Commit

Permalink
Manually set INPUT_* variables until actions/runner#665 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdor committed Dec 7, 2021
1 parent 06119a8 commit 29b0f56
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ inputs:
runs:
using: composite
steps:
- run: ${{ github.action_path }}/scripts/run.sh
- env:
# Manually setting INPUT_* variables here until
# https://github.com/actions/runner/issues/665 is resolved:
INPUT_APT_OPTS: ${{ inputs.apt-opts }}
INPUT_ARTIFACTS_DIR: ${{ inputs.artifacts-dir }}
INPUT_BUILDPACKAGE_OPTS: ${{ inputs.buildpackage-opts }}
INPUT_DOCKER_IMAGE: ${{ inputs.docker-image }}
INPUT_EXTRA_BUILD_DEPS: ${{ inputs.extra-build-deps }}
INPUT_SOURCE_DIR: ${{ inputs.source-dir }}
run: ${{ github.action_path }}/scripts/run.sh
shell: bash
branding:
color: red
Expand Down

0 comments on commit 29b0f56

Please sign in to comment.