We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372647a commit 03e832fCopy full SHA for 03e832f
.github/workflows/test-compatibility.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install compatibility package from the branch
29
working-directory: ./website-scraper-puppeteer
30
- run: npm install website-scraper/website-scraper-puppeteer-compatibility-bridge#${GITHUB_REF_NAME} --save
+ run: npm install website-scraper/website-scraper-puppeteer-compatibility-bridge#{{ github.head_ref }} --save
31
32
- name: Run tests
33
0 commit comments