Skip to content

Commit 5eccd91

Browse files
committed
gha: drop debug
1 parent 3c29d8f commit 5eccd91

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/lockfiles.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,6 @@ jobs:
432432
run: |
433433
echo "COMMIT_MSG=${{ env.OUTPUT_BASE_DIR }}/commit_msg.txt" >> "${GITHUB_ENV}"
434434
echo "PR_COMMENT=${{ env.OUTPUT_BASE_DIR }}/pr_comment.md" >> "${GITHUB_ENV}"
435-
set -x
436-
ls "${{ env.OUTPUT_BASE_DIR }}" "${{ env.OUTPUT_BASE_DIR }}/*/"
437435
for resolve in ${{ env.RESOLVES }}; do
438436
LOCKFILE=$(jq -r '.["'"${resolve}"'"]' <<< "${LOCKFILES}")
439437
ARTIFACT_DIR="${{ env.OUTPUT_BASE_DIR }}/lockfile-${resolve}"

0 commit comments

Comments
 (0)