We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46f43d commit 1edc136Copy full SHA for 1edc136
1 file changed
.github/workflows/test.yml
@@ -32,6 +32,8 @@ jobs:
32
steps:
33
- uses: actions/checkout@v4
34
- uses: actions/download-artifact@v4
35
+ with:
36
+ name: compilation_log
37
- uses: ./
38
with:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments