Skip to content

Jira: fix custom field option display and value formatting (#966) #440

Jira: fix custom field option display and value formatting (#966)

Jira: fix custom field option display and value formatting (#966) #440

Workflow file for this run

name: Trigger Marketplace QA update in appmixer-components
on:
push:
branches:
- dev
jobs:
trigger-workflow:
# By default run only on the main repository. Comment out the next line to run on forks.
if: github.event.repository.fork == false
runs-on: ubuntu-latest
steps:
- name: Trigger appmixer-components workflow marketplace.yml
run: |
curl -f -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.PAT }}" \
https://api.github.com/repos/Appmixer-ai/appmixer-components/actions/workflows/marketplace.yml/dispatches \
-d '{"ref":"dev"}'