Module: kamailio Branch: master Commit: 1dc746f747d21fdd829ce02ceb1c1b23638b4ec3 URL: https://github.com/kamailio/kamailio/commit/1dc746f747d21fdd829ce02ceb1c1b23638b4ec3
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-05-12T13:22:04+02:00 github: fix pull-request action [skip ci] --- Modified: .github/workflows/pull_request.yml --- Diff: https://github.com/kamailio/kamailio/commit/1dc746f747d21fdd829ce02ceb1c1b23638b4ec3.diff Patch: https://github.com/kamailio/kamailio/commit/1dc746f747d21fdd829ce02ceb1c1b23638b4ec3.patch --- diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1e0f180125f..bd59aebf459 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,8 @@ jobs: id: set_value run: | val=$(( ${{ github.event.pull_request.commits }} + 1 )) - echo "result=$val" >> .GITHUB_OUTPUT + echo "val is $val" + echo "result=$val" >> "$GITHUB_OUTPUT" outputs: pr_depth: ${{ steps.set_value.outputs.result }} check-format: _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
