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 07a33a1 commit 2df7a4fCopy full SHA for 2df7a4f
.github/workflows/github-actions.yml
@@ -78,8 +78,10 @@ jobs:
78
run: |
79
go tool cover -html=${{ runner.os }}-coverage.out -o ${{ runner.os }}-coverage.html
80
- name: Get run details
81
+ env:
82
+ PR_TITLE: ${{ github.event.pull_request.title }}
83
- echo "PR_Title=${{ github.event.pull_request.title }}"
84
+ echo "PR_Title=$PR_TITLE"
85
echo "Run_Number=${{ github.run_number }}"
86
echo "PR_Number=${{ github.event.pull_request.number }}"
87
- if: runner.os != 'Windows'
0 commit comments