Skip to content

(chore): cleanup ado, add badge #10

(chore): cleanup ado, add badge

(chore): cleanup ado, add badge #10

name: porter/test-porter-release
on:
workflow_dispatch:
inputs:
shouldPublish:
default: true
type: boolean
required: false
skipTests:
default: true
type: boolean
required: false
pull_request:
branches:
- main
env:
PORTER_PACKAGES_REMOTE: https://github.com/carolynvs/porter-packages.git
PORTER_RELEASE_REPOSITORY: github.com/carolynvs/porter
jobs:
build_azure_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
uses: "./.github/workflows/build_azure_pipelinesrelease_template.yml"

Check failure on line 22 in .github/workflows/test-porter-release.yml

View workflow run for this annotation

GitHub Actions / porter/test-porter-release

Invalid workflow file

The workflow is not valid. In .github/workflows/test-porter-release.yml (Line: 22, Col: 11): Error from called workflow getporter/porter/.github/workflows/build_azure_pipelinesrelease_template.yml@c1627cc0e172080839d37776f1178e39d00bb886: (Line: 81, Col: 9, Idx: 2145) - (Line: 81, Col: 10, Idx: 2146): While parsing a tag, did not find expected tag URI.
with:
registry: ghcr.io/getporter/test
shouldPublish: ${{ inputs.shouldPublish }}
skipTests: ${{ inputs.skipTests }}