Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

extra arguments are passing as options #2

Open
ajay-kakumanu-ghub opened this issue Apr 29, 2021 · 0 comments
Open

extra arguments are passing as options #2

ajay-kakumanu-ghub opened this issue Apr 29, 2021 · 0 comments

Comments

@ajay-kakumanu-ghub
Copy link

Dear Team,
I am creating the webhook using the below code snippet.

  • name: Webhook
    uses: zzzze/webhook-trigger@master
    with:
    webhook_url: ${{secrets.CUSTOMER_WEBHOOK_URL}}
    options: "-H "subscription:testsub" -H "customer:testcustomer" -H "geography:eastus" -H "token:testtoken""

However, some extra arguments(customer_0 and geography_0) are passing to my Jenkins job(webhook URL)

{"customer":"testcustomer","customer_0":"testcustomer","geography":"eastus","geography_0":"eastus2"},"regexpFilterText":"","id":1447,"url":"queue/item/1447/"}},"message":"Triggered jobs."}

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant