Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-parkhill committed Jan 11, 2024
1 parent f12d91b commit 88c0e8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node-increase-disk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_DEFAULT_REGION: ${{ inputs.aws_region }}
run: |
echo ${{join(steps.extend-file-system.outputs.*, '\n')}}
aws ssm list-command-invocations --command-id ${{ steps.extend-file-system.outputs.command-id }} --details
aws ssm list-command-invocations --command-id "${{ steps.extend-file-system.outputs.command-id }}" --details

0 comments on commit 88c0e8d

Please sign in to comment.