Skip to content

Commit

Permalink
Fixes GitHub actions vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
reederc42 authored May 23, 2024
1 parent 4aef813 commit e96d66d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
run: |
go tool cover -html=${{ runner.os }}-coverage.out -o ${{ runner.os }}-coverage.html
- name: Get run details
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
echo "PR_Title=${{ github.event.pull_request.title }}"
echo "PR_Title=$PR_TITLE"
echo "Run_Number=${{ github.run_number }}"
echo "PR_Number=${{ github.event.pull_request.number }}"
- if: runner.os != 'Windows'
Expand Down

0 comments on commit e96d66d

Please sign in to comment.