Skip to content

Commit ab1c3ae

Browse files
authored
Fixes GitHub actions vulnerability
1 parent 5d98994 commit ab1c3ae

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
@@ -62,8 +62,10 @@ jobs:
6262
run: |
6363
go tool cover -html=${{ runner.os }}-coverage.out -o ${{ runner.os }}-coverage.html
6464
- name: Get run details
65+
env:
66+
PR_TITLE: ${{ github.event.pull_request.title }}
6567
run: |
66-
echo "PR_Title=${{ github.event.pull_request.title }}"
68+
echo "PR_Title=$PR_TITLE"
6769
echo "Run_Number=${{ github.run_number }}"
6870
echo "PR_Number=${{ github.event.pull_request.number }}"
6971
- if: runner.os != 'Windows'

0 commit comments

Comments
 (0)