Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 17, 2024
1 parent 91df8e0 commit 0c99abd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c99abd

Please sign in to comment.