diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8d1f36ae0..144c9936d2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,9 +29,6 @@ jobs: PULL_REQ_TITLE: ${{ github.event.pull_request.title }} PULL_REQ_BODY: ${{ github.event.pull_request.body }} run: | - apt get update - apt install curl -y - PR_COMMIT_PARITY_OUTPUT=$(./tools/pr-commit-parity.sh "GITHUB_REPO" "$GITHUB_ACTION_SCOPED_AUTH_TOKEN" "PULL_REQ_URL" "$PULL_REQ_TITLE" "$PULL_REQ_BODY") - echo $PR_COMMIT_PARITY_OUTPUT + ./tools/pr-commit-parity.sh "GITHUB_REPO" "$GITHUB_ACTION_SCOPED_AUTH_TOKEN" "PULL_REQ_URL" "$PULL_REQ_TITLE" "$PULL_REQ_BODY" - name: Commit message list run: cat COMMIT_MESSAGES.txt \ No newline at end of file