Skip to content

Commit

Permalink
Move screenshot to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRohowsky committed Mar 9, 2024
1 parent 6b29cc7 commit 73aceb3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,12 @@ jobs:
run: echo "Screenshot path is ${{ steps.screenshot.outputs.path }}"

- name: Move screenshot to repository
run: mv ${{ steps.screenshot.outputs.path }} ${{ github.workspace }}/screenshots
run: mv ${{ steps.screenshot.outputs.path }} ${{ github.workspace }}

- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: List files in the repository
run: |
ls ${{ github.workspace }}/screenshots
- name: Save screenshots
uses: EndBug/add-and-commit@v4
with:
Expand Down

0 comments on commit 73aceb3

Please sign in to comment.