Skip to content

[update] prj udfs

[update] prj udfs #1

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- 'main'
- 'releases/**'
- 'feature/**'
pull_request:
branches:
- 'main'
- 'releases/**'
- 'feature/**'
jobs:
build:
runs-on: self-hosted-ubuntu
permissions:
contents: read
actions: read
packages: write
pull-requests: write
repository-projects: write
steps:

Check failure on line 23 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
- name: Checkout current repo
uses: actions/checkout@v3
with:
path: source-repo