1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2024-11-20 11:28:35 -05:00

chore: ensure checkout uses the branch

This commit is contained in:
Russell Dempsey 2022-09-13 19:24:37 -07:00
parent 3866414d35
commit b3fcefa740

View file

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup Node.js
uses: actions/setup-node@v3
with: