diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 7bb2b633..8d1336bf 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -17,7 +17,7 @@ permissions: jobs: screenshots: if: ${{ ! contains(' - release-please--branches--main + release-please--branches dependabot/ ', github.head_ref) }} @@ -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: |