Skip to content

Commit

Permalink
Update .github/actions/setup-dev-container/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: hallieswan <[email protected]>
  • Loading branch information
tschaffter and hallieswan authored Feb 25, 2025
1 parent 1ea79fa commit c62611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-dev-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
default: 'ubuntu'
outputs:
affected_projects:
description: 'The list of affected Nx projects.'
description: 'The list of affected Nx projects as a comma separated string.'
value: ${{ steps.get-affected-projects.outputs.affected_projects }}
runs:
using: 'composite'
Expand Down

0 comments on commit c62611a

Please sign in to comment.