Skip to content

Commit

Permalink
Echo current ref
Browse files Browse the repository at this point in the history
  • Loading branch information
danila-b committed Feb 22, 2025
1 parent cd8e187 commit 47645d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47645d1

Please sign in to comment.