Skip to content

Commit

Permalink
HET-227: updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KalyanaVadlamani committed Mar 21, 2024
1 parent 8736641 commit 235e055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
name: deploy
needs: build
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} || ${{ github.event_name == 'workflow_dispatch' }}
uses: ./.github/workflows/deploy.yml
uses: ./.github/workflows/deploy.yml@main
with:
github_environment: ${{ github.event.inputs.github_environment }}
github_environment: development
version: ${{ needs.build.outputs.version }}
secrets: inherit

Expand Down

0 comments on commit 235e055

Please sign in to comment.