We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c995925 commit c6745d9Copy full SHA for c6745d9
.github/workflows/lint-commit-message.yml
@@ -58,15 +58,15 @@ jobs:
58
run: echo 'false' > ./lint-result.txt
59
- name: Set PR number
60
run: echo $PULL_REQUEST_NUMBER > pr.txt
61
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
62
with:
63
name: commit-lint-report
64
path: ./commit-lint.txt
65
66
67
name: commit-lint-result
68
path: ./lint-result.txt
69
70
71
name: pr-number
72
path: ./pr.txt
0 commit comments