File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3434 uses : ./.github/templates/run-script-and-commit
3535 with :
3636 script_call : |
37+ AUTHOR="${{ github.actor }}"
38+ export AUTHOR
3739 make gen-sbom-and-ssdlc-report RESOURCE=${{ github.event.inputs.resourceName }} VERSION=${{ github.event.inputs.resourceVersionPublishing }}
3840 apix_bot_pat : ${{ secrets.APIX_BOT_PAT }}
3941 remote : https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }}
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ ls -l templates || echo "templates directory not found"
2020echo " Listing cfn-resources directory:"
2121ls -l cfn-resources || echo " cfn-resources directory not found"
2222
23- if [ -z " ${AUTHOR:- } " ]; then
24- AUTHOR=$( git config user.name)
25- fi
2623echo " AUTHOR: ${AUTHOR} "
2724
2825if [ " ${AUGMENTED_REPORT:- false} " = " true" ]; then
You can’t perform that action at this time.
0 commit comments