Skip to content

Commit

Permalink
ci(trigger-downstream-flake-sync): update sync-target branch (daeuniv…
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 authored Dec 20, 2024
1 parent 359b223 commit db67e4f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/trigger-downstream-flake-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ name: Trigger downstream sync workflow
on:
workflow_dispatch:
push:
branches:
- 'main'
branches: [ main ]

env:
DOWNSTREAM_REPO: flake.nix
WORKFLOW_BRANCH: unstable
WORKFLOW_FILE: sync-upstream.yml

jobs:
Expand All @@ -42,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","branch":"${{ env.WORKFLOW_BRANCH }}"}'
ref: main
client_payload: '{"project":"dae"}'
trigger_workflow: true
propagate_failure: false
wait_workflow: false

0 comments on commit db67e4f

Please sign in to comment.