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 5e8c255 commit bf3c95f
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/${OWNER}"
run: node puppeteer.js https://github.com/${GITHUB_REPOSITORY_OWNER}
- name: Push changes
run: |
Expand Down

0 comments on commit bf3c95f

Please sign in to comment.