Code was tested by cloning terraform-aws-vmseries-modules into personal account, creating fork from that clone and then executing ChatOps commands for PR created from fork.
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[ ] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes if appropriate.
Description
PR is adding full repository name as input for all ChatOps commands workflows.
Motivation and Context
While running ChatOps for PR created from forked repository, there is an issue with checkout branch, which exists in fork, not in original repository. Please check error messages in https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/actions/runs/6322173926.
How Has This Been Tested?
Code was tested by cloning
terraform-aws-vmseries-modules
into personal account, creating fork from that clone and then executing ChatOps commands for PR created from fork.Types of changes
Checklist