Skip to content

Commit

Permalink
Improve step summary message
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Sep 27, 2024
1 parent 51c3054 commit 47ba45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_node_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
if: ${{ inputs.package_dependencies != '' }}
working-directory: ${{ inputs.working_directory }}
run: |
echo "## Dependencies used to build package" >> $GITHUB_STEP_SUMMARY
for dependency in $(echo "${{ inputs.package_dependencies }}" | tr '\n' ' ')
do
dependency_name=$(echo $dependency | cut -d'=' -f1)
Expand Down

0 comments on commit 47ba45a

Please sign in to comment.