Skip to content

update git actions

update git actions #1

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: pull_request job
on:
push:
branches: [ "master" ]
jobs:
call-resuable-workflows:
environment: production
uses: ./.github/workflows/resuable-workflows.yml
with:
node-version: [20.x]
steps:

Check failure on line 16 in .github/workflows/push-workflows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-workflows.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Release
# push
if: ${{ inputs.push }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
run: npx semantic-release