Skip to content

Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/o… #4

Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/o…

Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/o… #4

Workflow file for this run

name: porter/porter-canary
on:
workflow_dispatch:
inputs:
shouldPublish:
default: true
type: boolean
required: false
skipTests:
default: false
type: boolean
required: false
push:
branches:
- main
- release/*
pull_request:
branches:
- split-builds
jobs:
build_azure_pipelinesrelease_template:
name: build_azure_pipelinesrelease_template
uses: "./.github/workflows/build_azure_pipelinesrelease_template.yml"

Check failure on line 23 in .github/workflows/porter-canary.yml

View workflow run for this annotation

GitHub Actions / porter/porter-canary

Invalid workflow file

The workflow is not valid. In .github/workflows/porter-canary.yml (Line: 23, Col: 11): Error from called workflow getporter/porter/.github/workflows/build_azure_pipelinesrelease_template.yml@9b543ca7275e66d7cc44085fe28a74963b57f76a: Unexpected tag '!(inputs.skipTests)'
with:
registry: ghcr.io/getporter
shouldPublish: "${{inputs.shouldPublish}}"
skipTests: "${{inputs.skipTests}}"