We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834bb80 commit d425fecCopy full SHA for d425fec
.github/workflows/deploy.yml
@@ -8,6 +8,8 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: Checkout
12
+ uses: actions/[email protected]
13
- name: Install
14
run: |
15
npm ci
0 commit comments