Skip to content

Commit

Permalink
fixed the dispatch called
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Jun 14, 2024
1 parent f421cd8 commit ee41331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/get-latest-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ jobs:
falco-proj:
uses: .github/workflows/falco.yml
uses: ./.github/workflows/falco.yml
needs: ["get-latest-version"]
if: ${{ needs.check-updates.outputs.is-falco-updated }} == 'true'
secrets: inherit
with:
version: ${{ var.FALCO_VERSION }} # need to check if it gets the updated value
version: ${{ vars.FALCO_VERSION }} # need to check if it gets the updated value
# permissions:
# packages: write
# contents: read

0 comments on commit ee41331

Please sign in to comment.