We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f38603 commit 5a853bfCopy full SHA for 5a853bf
.github/workflows/main.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Fetch pull request ref
35
run: git fetch origin "$GITHUB_REF:$GITHUB_REF"
36
if: github.event_name == 'pull_request'
37
- - run: python3 ci/ci-util.py generate-matrix >> "$GITHUB_OUTPUT"
+ - run: python3 ci/ci-util.py generate-matrix >> "$GITHUB_OUTPUT"; cat "$GITHUB_OUTPUT"
38
id: script
39
40
test:
0 commit comments