Skip to content

Commit

Permalink
Add file listing step to capture workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRohowsky committed Mar 9, 2024
1 parent f50e465 commit 1adbe16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
destination: screenshot.png
full-page: true

- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."

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

0 comments on commit 1adbe16

Please sign in to comment.