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

Bug: Unexpected argument(s): GHA_Actor, GHA_Event, GHA_Tag, GHA_Action #5

Closed PeterHewat closed 2 years ago

PeterHewat commented 2 years ago

Is there an existing issue for this?

Current behavior

After having encountered the same issues as described here: #2 and #4, I finally got my github action to trigger my CircleCI workflow.

Unfortunately, my CircleCI workflow then gives me the following error:

Unexpected argument(s): GHA_Actor, GHA_Event, GHA_Tag, GHA_Action

circleci_parameters_error

Minimum reproduction code

https://github.com/CircleCI-Public/trigger-circleci-pipeline-action

Steps to reproduce

  1. Follow the example 02-Trigger-Workflow-On-Release but update the action as described in #2
  2. Create a release to trigger the workflow.

Expected behavior

No errors should occur in the CircleCI Workflow, the parameters should be the ones forwarded by the GitHub Action.

GitHub Action Version

1.0.2

Other

No response

PeterHewat commented 2 years ago

Closing this issue as it was an invalid configuration on my part which was causing this issue (I wasn't using the correct .yml and it didn't have the parameters set...).