Skip to content

Commit e0a7e63

Browse files
committed
update ci acceptance workflow using with
1 parent 0dd0ee8 commit e0a7e63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
5656

5757
runs-on: ubuntu-latest
58-
flags: "--latest-agent"
58+
with:
59+
flags: "--latest-agent"
5960
strategy:
6061
fail-fast: false
6162
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

0 commit comments

Comments
 (0)