Skip to content

Commit 5a853bf

Browse files
committed
update
1 parent 1f38603 commit 5a853bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Fetch pull request ref
3535
run: git fetch origin "$GITHUB_REF:$GITHUB_REF"
3636
if: github.event_name == 'pull_request'
37-
- run: python3 ci/ci-util.py generate-matrix >> "$GITHUB_OUTPUT"
37+
- run: python3 ci/ci-util.py generate-matrix >> "$GITHUB_OUTPUT"; cat "$GITHUB_OUTPUT"
3838
id: script
3939

4040
test:

0 commit comments

Comments
 (0)