Skip to content

Commit

Permalink
Update create-fusion-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Nov 2, 2023
1 parent 3a05c5b commit d32d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-fusion-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit d32d011

Please sign in to comment.