Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Mar 21, 2024
1 parent d268d83 commit 686b2b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ inputs:
apt:
description: "Provide additional apt packages to install in the environment"
required: false
env:
description: "Provide additional environment variables to set"
required: false
push:
description: "Boolean to determine if the built image should be pushed"
required: true
Expand All @@ -49,4 +52,5 @@ runs:
INPUT_PKGS: ${{ inputs.pkgs }}
INPUT_APT: ${{ inputs.apt }}
INPUT_PUSH: ${{ inputs.push }}
INPUT_ENV: ${{ inputs.env }}

0 comments on commit 686b2b6

Please sign in to comment.