Skip to content

Commit

Permalink
Update update-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Feb 5, 2024
1 parent bc69bd0 commit 3b1b4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
uses: actions/download-artifact@v4
if: needs.tools.outputs.qa-artifact
with:
name: ${{ needs.tools.outputs.qa-artifact }}
name: ${{ needs.tools.outputs.qa-artifact || inputs.qa }}
path: .
- name: Download artifact with Rete Kit
uses: actions/download-artifact@v4
if: needs.tools.outputs.kit-artifact
with:
name: ${{ needs.tools.outputs.kit-artifact }}
name: ${{ needs.tools.outputs.kit-artifact || inputs.kit }}
path: .
- name: Install fonts
run: |
Expand Down

0 comments on commit 3b1b4d3

Please sign in to comment.