Skip to content

Commit

Permalink
Update release-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz authored May 3, 2023
1 parent 70246c3 commit e748938
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ permissions:
on:
workflow_call:
inputs:
package_name:
package:
description: The package to release. _One_ of [dbt-core, dbt-redshift, dbt-bigquery, dbt-snowflake, dbt-spark, dbt-postgres]
required: true
type: string
workflow_dispatch:
inputs:
package_name:
package:
description: The package to release. _One_ of [dbt-core, dbt-redshift, dbt-bigquery, dbt-snowflake, dbt-spark, dbt-postgres]
required: true
type: string
Expand All @@ -46,9 +46,8 @@ jobs:
- name: "[DEBUG] Print Variables"
run: |
echo "All variables defined as inputs"
echo "The package_name: ${{ inputs.package_name }}"
echo "The package: ${{ inputs.package }}"
echo "The version_number: ${{ inputs.version_number }}"
echo "The ====: ${{ toJSON(inputs) }}"
- name: "Check out the repository"
uses: actions/checkout@v3
Expand Down

0 comments on commit e748938

Please sign in to comment.