From 0c99abd85665bf51c9d6e3bf0efb157244fb41e4 Mon Sep 17 00:00:00 2001 From: jdettmannnava <145699825+jdettmannnava@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:53:39 -0500 Subject: [PATCH] cleanup --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3096476..cf2a4c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,11 +19,12 @@ on: jobs: tag_repo: name: Tag Repo - uses: CMSgov/dpc-app/.github/workflows/tag_release.yml@jd/dpc-4433-gha-deploy-static + uses: CMSgov/dpc-app/.github/workflows/tag_release.yml@main with: - repo_ref: ${{ inputs.repo_ref || 'main' }} + repo_ref: ${{ inputs.repo_ref }} secrets: inherit deploy: + if: ${{ inputs.deploy }} name: Deploy to Staging needs: tag_repo uses: ./.github/workflows/deploy.yml