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 2c44584 commit e48dcca
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,11 +127,11 @@ runs:
options: ${{ inputs.options }}

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

0 comments on commit e48dcca

Please sign in to comment.