Skip to content

Release internal patch #64

Release internal patch

Release internal patch #64

# What?
#
# Tag and release an arbitrary ref. Uploads to an internal archive for further processing.
#
# How?
#
# After checking out and testing the provided ref, the image is built and uploaded.
#
# When?
#
# Manual trigger.
name: "Release internal patch"
on:
workflow_dispatch:
ref:
description: "The ref (sha or branch name) to use"
type: string
default: "main"
required: true
package_test_command:
description: "Package test command"
type: string
default: "python -c \"import dbt.adapters.postgres\""
required: true
defaults:
run:
shell: "bash"
jobs:
invoke-reusable-workflow:
name: "Build and Release Internally"
uses: "dbt-labs/dbt-release/.github/workflows/internal-archive-release.yml@addPythonScriptComparison"

Check failure on line 36 in .github/workflows/release-internal.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-internal.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-internal.yml" -> "dbt-labs/dbt-release/.github/workflows/internal-archive-release.yml@addPythonScriptComparison" (source branch with sha:4af900f87313f73dacdd13e0a504f68311bc1566) : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
with:
package_test_command: "${{ inputs.package_test_command }}"
dbms_name: "postgres"
ref: "${{ inputs.ref }}"
secrets: "inherit"