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 928e4f2 commit cac8097Copy full SHA for cac8097
.github/workflows/license_audit.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "${{ steps.analysis.outputs.unapproved_licenses }}"
32
- name: Comment if analysis finds unapproved licenses
33
if: steps.analysis.outputs.unapproved_licenses == 'true'
34
- uses: mshick/add-pr-comment@v1
+ uses: oracle-devrel/add-pr-comment@v1
35
with:
36
message: |
37
:no_entry: **License Inspection**
0 commit comments