ci: update dispatch_workflow params

This commit is contained in:
Sumire (菫) 2024-12-19 10:24:27 -05:00 committed by GitHub
parent d729c275be
commit 81cc73a36f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,6 @@ on:
env:
DOWNSTREAM_REPO: flake.nix
WORKFLOW_BRANCH: sync-target
WORKFLOW_FILE: sync-upstream.yml
jobs:
@ -41,8 +40,8 @@ jobs:
repo: ${{ env.DOWNSTREAM_REPO }}
github_token: ${{ steps.generate_token.outputs.token }}
workflow_file_name: ${{ env.WORKFLOW_FILE }}
ref: ${{ env.WORKFLOW_BRANCH }}
client_payload: '{"project":"dae","workflow_branch":"${{ env.WORKFLOW_BRANCH }}"}'
ref: main
client_payload: '{"project":"dae"}'
trigger_workflow: true
propagate_failure: false
wait_workflow: false