We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff71010 commit df85f7aCopy full SHA for df85f7a
.github/workflows/primer_comment.yaml
@@ -55,7 +55,7 @@ jobs:
55
exit 1
56
57
- name: Download outputs
58
- uses: actions/github-script@v6.3.3
+ uses: actions/github-script@v6.4.0
59
with:
60
script: |
61
// Download workflow pylint output
@@ -110,7 +110,7 @@ jobs:
110
--new-file=output_${{ steps.python.outputs.python-version }}_pr.txt
111
- name: Post comment
112
id: post-comment
113
114
115
116
const fs = require('fs')
.github/workflows/primer_run_pr.yaml
@@ -73,7 +73,7 @@ jobs:
73
# Cache primer packages
74
- name: Download last 'main' run info
75
id: download-main-run
76
77
78
79
// Download 'main' pylint output
0 commit comments