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 1e830f0 commit 37728b1Copy full SHA for 37728b1
.github/workflows/auto-inspection.yml
@@ -20,6 +20,6 @@ jobs:
20
surge_token: ${{ secrets.SURGE_TOKEN }}
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
build: |
23
- npm install
+ yarn
24
- name: Get the preview url
25
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"
0 commit comments