Skip to content

Commit

Permalink
The syntax is different from the example
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Jul 5, 2024
1 parent ced1986 commit 736554b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/maxtrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
matrix:
ruby: ['3.0', '3.1', '3.2', '3.3']

uses: zenjoy/docker-ruby/.github/workflows/build.yml@main
with:
ruby: ${{ matrix.ruby }}
steps:
- name: Trigger Ruby ${{ matrix.ruby }} build
uses: zenjoy/docker-ruby/.github/workflows/build.yml@main
with:
ruby: ${{ matrix.ruby }}

0 comments on commit 736554b

Please sign in to comment.