Skip to content

ci: install the version of node from the package.json #70

ci: install the version of node from the package.json

ci: install the version of node from the package.json #70

Workflow file for this run

name: Generate workflows
on:
push:
branches:
- master
paths:
- ".github/real-workflows/*.yml"
jobs:
generate-workflows:
runs-on: ubuntu-latest
steps:
- name: Run locally
uses: 'DanySK/true-yaml-actions@1.0.5'
with:
token: ${{ secrets.WORKFLOW_TOKEN }}