Skip to content

🔄 synced local '.github/workflows/wiki.yml' with remote '.github/work… #146

🔄 synced local '.github/workflows/wiki.yml' with remote '.github/work…

🔄 synced local '.github/workflows/wiki.yml' with remote '.github/work… #146

# SPDX-FileCopyrightText: 2022 WebReady Projects <https://github.com/wr-projects/>
#
# SPDX-License-Identifier: MIT
---
name: Pipeline - Continuous Delivery
on:
workflow_dispatch:
inputs:
prNumber:
description: The number of the PR that is being deployed
required: true
ref:
description: The branch that is being deployed. Should be a branch on the given repository.
required: false
default: main
repository:
description: The {owner}/{repository} that is being deployed
required: false
default: wrprojects/github-template
push:
branches: [ main ]
jobs:
pnpm-publish:
uses: wr-projects/github-jstemplate/.github/workflows/pnpm-publish.yml@main

Check failure on line 27 in .github/workflows/continuous-delivery.yml

View workflow run for this annotation

GitHub Actions / Pipeline - Continuous Delivery

Invalid workflow file

The workflow is not valid. In .github/workflows/continuous-delivery.yml (Line: 27, Col: 11): Error from called workflow wr-projects/github-jstemplate/.github/workflows/pnpm-publish.yml@main (Line: 38, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'pnpm/action-setup@' Input string was not in a correct format. Failure to parse near offset 115. Expected an ASCII digit.
secrets:
npm_token: