Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 authored May 9, 2024
1 parent ba25941 commit 2c44584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/github-actions/actions/run-qit-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ runs:
options: ${{ inputs.options }}

- name: API test
id: api
id: woo-api
if: ${{ inputs.test-api == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
Expand All @@ -143,7 +143,7 @@ runs:
if: ${{ inputs.test-e2e == 'true' }}
uses: woocommerce/grow/run-qit-annotate@actions-v1
with:
type: e2e
type: woo-e2e
extension: ${{ inputs.extension }}
extension-file: ${{ env.dev_build }}
wait: ${{ inputs.wait }}
Expand Down

0 comments on commit 2c44584

Please sign in to comment.