Skip to content

Commit

Permalink
Fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost committed Jan 22, 2025
1 parent 248abe8 commit df0b8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
needs: [package]
uses: grafana/explore-profiles/.github/workflows/deploy-to-catalog.yml@ifrost/publish-to-catalog
with:
- version: ${{ needs.package.outputs.sha }}
version: ${{ needs.package.outputs.sha }}

deploy-to-dev:
# This triggers Argo workflow that will perform deployment to wave. Pushes to main will trigger deployment automatically
Expand Down

0 comments on commit df0b8d0

Please sign in to comment.