mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 14:30:29 +03:00
chore: update netlify site id secrets
This commit is contained in:
parent
e93511fde7
commit
63cb564818
4 changed files with 15 additions and 13 deletions
6
.github/workflows/build-pull-request.yml
vendored
6
.github/workflows/build-pull-request.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: 'Build pull request'
|
||||
name: Build pull request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-pull-request:
|
||||
name: 'Build pull request'
|
||||
name: Build pull request
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PR_NUMBER: ${{github.event.number}}
|
||||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
node-version: 18.12.1
|
||||
cache: 'npm'
|
||||
cache: "npm"
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue