We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d98994 commit ab1c3aeCopy full SHA for ab1c3ae
.github/workflows/github-actions.yml
@@ -62,8 +62,10 @@ jobs:
62
run: |
63
go tool cover -html=${{ runner.os }}-coverage.out -o ${{ runner.os }}-coverage.html
64
- name: Get run details
65
+ env:
66
+ PR_TITLE: ${{ github.event.pull_request.title }}
67
- echo "PR_Title=${{ github.event.pull_request.title }}"
68
+ echo "PR_Title=$PR_TITLE"
69
echo "Run_Number=${{ github.run_number }}"
70
echo "PR_Number=${{ github.event.pull_request.number }}"
71
- if: runner.os != 'Windows'
0 commit comments