Skip to content

Commit e96d66d

Browse files
authored
Fixes GitHub actions vulnerability
1 parent 4aef813 commit e96d66d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.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)