Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Mar 10, 2024
1 parent c2afc52 commit 83d9cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
api-key: ${{ secrets.API_KEY }}

- name: Save DOWNLOAD_NAME
run: echo "DOWNLOAD_NAME=$( echo screenshot_${{ github.base_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV
run: echo "DOWNLOAD_NAME=$( echo screenshot-${{ github.base_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV

- name: Download screenshots from base branch
continue-on-error: true
Expand Down

0 comments on commit 83d9cd4

Please sign in to comment.