Skip to content

Commit

Permalink
Update working-directory description
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jun 13, 2023
1 parent efe0e21 commit 1c73235
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resolve-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ inputs:
required: true
working-directory:
description: >-
Run the autobuilder using this path (relative to $GITHUB_WORKSPACE) as
working directory. If this input is not set, the autobuilder runs with
$GITHUB_WORKSPACE as its working directory.
Resolve the build environment based on the files located at the specified
path (relative to $GITHUB_WORKSPACE). If this input is not set, then the
build environment is resolved based on the files in $GITHUB_WORKSPACE.
required: false
outputs:
environment:
Expand Down

0 comments on commit 1c73235

Please sign in to comment.