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 Dec 23, 2023
1 parent 6f1a338 commit a40485c
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 @@ -90,12 +90,12 @@ jobs:
run: echo "path=./snapshots/${{ github.event.inputs.name }}${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT

- name: Clear old snapshots
run: rm -rf ${{ steps.snapshots_folder.path }}
run: rm -rf ${{ steps.snapshots_folder.outputs.path }}

- uses: actions/download-artifact@v3
with:
name: snapshots
path: ${{ steps.snapshots_folder.path }}
path: ${{ steps.snapshots_folder.outputs.path }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit a40485c

Please sign in to comment.