mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-10 17:20:28 +03:00
Use specific and latest version in actions
This commit is contained in:
parent
1d442cd0e2
commit
56de33c821
4 changed files with 12 additions and 10 deletions
5
.github/workflows/netlify-dev.yaml
vendored
5
.github/workflows/netlify-dev.yaml
vendored
|
|
@ -11,9 +11,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: jsmrcaga/action-netlify-deploy@9cc40dcd499dd1511b3cc99912444f8970411cc6
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- uses: jsmrcaga/action-netlify-deploy@v1.7.2
|
||||
with:
|
||||
install_command: "npm ci"
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE2_ID }}
|
||||
BUILD_DIRECTORY: "dist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue