Skip to content

Commit

Permalink
docs: add missing possible output to action.yml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazbat authored Mar 16, 2022
1 parent 8affc37 commit cb1daea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ outputs:
head:
description: The value intended for use with --head or NX_HEAD in all subsequent `nx affected` commands within the current workflow
value: ${{ steps.setSHAs.outputs.head }}
noPreviousBuild:
description: "Used to check if a previous run was found in order to perform additional logic later on in your workflow, the only possible values is the string 'true', otherwise it won't be set"
value: ${{ steps.setSHAs.outputs.noPreviousBuild }}

runs:
using: "composite"
Expand Down

0 comments on commit cb1daea

Please sign in to comment.