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 f70c14f commit cffdbcf
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
screenshots:
if: ${{ ! contains('
release-please--branches--main
release-please--branches
dependabot/
', github.head_ref)
}}
Expand All @@ -44,16 +44,11 @@ jobs:
run: |
npm i puppeteer
# - name: Set ENV variables
# run: |
# echo "OWNER=robinmordasiewicz" >> $GITHUB_ENV
- name: Screenshots
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3
env:
OWNER: ${{ github.repository_owner }}
with:
run: node puppeteer.js "https://github.com/${{ github.REPOSITORY_OWNER }}"
run: node puppeteer.js "https://github.com/robinmordasiewicz"
#run: node puppeteer.js "https://github.com/${{ github.REPOSITORY_OWNER }}"
- name: Push changes
run: |
Expand Down

0 comments on commit cffdbcf

Please sign in to comment.