diff --git a/.github/workflows/create-fusion-app.yml b/.github/workflows/create-fusion-app.yml index 7ec2a2254..c891b09e9 100644 --- a/.github/workflows/create-fusion-app.yml +++ b/.github/workflows/create-fusion-app.yml @@ -60,4 +60,4 @@ jobs: - name: 'Create application in Fusion' shell: bash - run: npx ts-node --esm ./github-action/src/createFusionApp.ts -T ${{ env.FUSION_TOKEN }} -A ${{inputs.appKey}} -C ${{inputs.category}} -D ${{inputs.displayName}} + run: npx ts-node --esm ./github-action/src/createFusionApp.ts create -T ${{ env.FUSION_TOKEN }} -A ${{inputs.appKey}} -C ${{inputs.category}} -D ${{inputs.displayName}}