CircleCI-Public / trigger-circleci-pipeline-action

Trigger a CircleCI pipeline from any GitHub Actions event.
https://github.com/marketplace/actions/trigger-circleci-pipeline
47 stars 43 forks source link

Add GHA_Actor parameter to allow user's override #77

Open szobov opened 6 months ago

szobov commented 6 months ago

Hello, dear maintainers,

I ran into the issue when my CircleCI's job was triggered from the PR created by dependabot but failed because dependabot is not known to CircleCI. When the same job is triggered with GHA_Actor, an existing user, it passes.

To overcome this issue, I added GHA_Actor as a parameter so that users could override it if needed.

I didn't touch documentation much, but I am open to any suggestions. Thanks a lot for your time and support!