Skip to content

Commit bfbdc76

Browse files
committed
fix: github actions was checking out the wrong ref
1 parent f7997bf commit bfbdc76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
name: Install
2929
runs-on: ubuntu-latest
3030
steps:
31+
- name: Blah
32+
run: echo blah
3133
- uses: actions/checkout@v3
3234
with:
3335
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)