From cffdbcf26adf7071aecc0ef32fc9a19dbc1b408a Mon Sep 17 00:00:00 2001 From: Robin Mordasiewicz Date: Mon, 20 Nov 2023 22:06:12 -0500 Subject: [PATCH] fix: updating screenshot workflow --- .github/workflows/screenshots.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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: |