Action designed to install NPM dependencies
Last updated 1 year ago
Was this helpful?
This page covers install-npm-dependencies* actions
install-npm-dependencies*
name: "Install deps: @exile-watch / doryani" on: push: branches: - main jobs: install-npm-dependencies: runs-on: ubuntu-latest name: Install NPM dependencies steps: - uses: exile-watch/doryani/install-npm-dependencies@main with: GH_ACTOR: ${{ github.actor }} GH_TOKEN: ${{ secrets.GH_TOKEN }}