Skip to content

Commit

Permalink
Update test-vitest-coverage-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert authored Aug 30, 2024
1 parent d43ec61 commit 6c7d7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-vitest-coverage-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ matrix.branch }}
repository: ${{github.event.pull_request.head.repo.full_name}}
fetch-depth: 0
- run: echo "Repo is '${{ github.repository }}', PR repo is ${{ github.ev.event.pull_request.head.repo.full_name }}"
- run: echo "Repo is '${{ github.repository }}', PR repo is ${{github.event.pull_request.head.repo.full_name}}"
- name: "Install Node"
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6c7d7bd

Please sign in to comment.