Skip to content

Commit 2df7a4f

Browse files
authored
Fixes GitHub actions vulnerability
1 parent 07a33a1 commit 2df7a4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ jobs:
7878
run: |
7979
go tool cover -html=${{ runner.os }}-coverage.out -o ${{ runner.os }}-coverage.html
8080
- name: Get run details
81+
env:
82+
PR_TITLE: ${{ github.event.pull_request.title }}
8183
run: |
82-
echo "PR_Title=${{ github.event.pull_request.title }}"
84+
echo "PR_Title=$PR_TITLE"
8385
echo "Run_Number=${{ github.run_number }}"
8486
echo "PR_Number=${{ github.event.pull_request.number }}"
8587
- if: runner.os != 'Windows'

0 commit comments

Comments
 (0)