1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: make github action use correct ref for pull-requests

This commit is contained in:
Ivar Conradi Østhus 2021-01-06 19:40:01 +01:00
parent 0c6eb9dd92
commit f22233c3d7

View File

@ -32,6 +32,8 @@ jobs:
--health-retries 5
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with: