Skip to content

Commit

Permalink
Update ff-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos authored Oct 21, 2024
1 parent 67582d4 commit fa1d42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ff-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
branch: ${{ split(needs.setup_matrix.outputs.matrix), ',') }}
branch: ${{ split(github.event.inputs.branches), ',') }}
fail-fast: false
steps:
- name: clone meta-aws ${{ github.event.inputs.branch }} branch
- name: clone meta-aws ${{ github.event.inputs.branches }} branch
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
Expand Down

0 comments on commit fa1d42b

Please sign in to comment.