Skip to content

Commit

Permalink
Remove version on local workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Mar 20, 2024
1 parent f8a2b13 commit e85fbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ inputs:

jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml@deployment-through-reusable-workflow
uses: ./.github/workflows/build_and_deploy.yml
with:
environment: ${inputs.environment}

0 comments on commit e85fbbd

Please sign in to comment.