Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #2

Bump golang.org/x/crypto from 0.14.0 to 0.17.0

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #2

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