Skip to content

Commit

Permalink
fix: updating screenshot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Nov 21, 2023
1 parent 8a7bf95 commit f70c14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
OWNER: ${{ github.repository_owner }}
with:
run: node puppeteer.js https://github.com/${{ github.REPOSITORY_OWNER }}
run: node puppeteer.js "https://github.com/${{ github.REPOSITORY_OWNER }}"
- name: Push changes
run: |
Expand Down

0 comments on commit f70c14f

Please sign in to comment.