Skip to content

Commit

Permalink
ci/fix(trigger-downstream-flake-sync): update dispatch target (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 committed Aug 26, 2024
1 parent ee272f7 commit 0fd25ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-downstream-flake-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github_token: ${{ steps.generate_token.outputs.token }}
workflow_file_name: ${{ env.WORKFLOW_FILE }}
ref: ${{ env.WORKFLOW_BRANCH }}
client_payload: '{"project":"${{ env.DOWNSTREAM_REPO }}","branch":"${{ env.WORKFLOW_BRANCH }}"}'
client_payload: '{"project":"dae","branch":"${{ env.WORKFLOW_BRANCH }}"}'
trigger_workflow: true
propagate_failure: false
wait_workflow: false

0 comments on commit 0fd25ad

Please sign in to comment.