Skip to content

Bump github.com/containerd/containerd from 1.7.3 to 1.7.11 #4

Bump github.com/containerd/containerd from 1.7.3 to 1.7.11

Bump github.com/containerd/containerd from 1.7.3 to 1.7.11 #4

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@f38cdd56b581f7d9f61257a763d77feea3b804d1: Unexpected tag '!(inputs.skipTests)'
with:
registry: ghcr.io/getporter/test
shouldPublish: "${{ inputs.shouldPublish }}"
skipTests: "${{ inputs.skipTests }}"