Skip to content

Commit

Permalink
Update prepare-qa-kit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Jan 6, 2024
1 parent d8a1212 commit 86a7579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-qa-kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
echo "Package: ${{ inputs.qa }} ${{ inputs.kit }}"
pack-qa:
needs: print
uses: ./.github/workflows/prepare.yml
uses: ./.github/workflows/prepare-cli.yml
with:
package: ${{ inputs.qa }}
pack-kit:
needs: print
uses: ./.github/workflows/prepare.yml
uses: ./.github/workflows/prepare-cli.yml
with:
package: ${{ inputs.kit }}
summary:
Expand Down

0 comments on commit 86a7579

Please sign in to comment.