From 47645d117364ce58f93a980cb096323bedbe8300 Mon Sep 17 00:00:00 2001 From: Danila Baklazhenko Date: Sat, 22 Feb 2025 15:33:20 +0200 Subject: [PATCH] Echo current ref --- .github/workflows/extended.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml index 7888a5bd2295..753a278f697f 100644 --- a/.github/workflows/extended.yml +++ b/.github/workflows/extended.yml @@ -68,6 +68,8 @@ jobs: github.event_name == 'push' || (github.event_name == 'issue_comment' && github.event.issue.pull_request && github.event.comment.body == 'run extended tests') steps: + - run: | + echo "Ref: ${{ github.ref }}" - uses: actions/checkout@v4 with: # Check out the pull request branch if triggered by a comment