Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to see any screenshot in my PR and its showing some error too #13

Open
mockey-jockey opened this issue Sep 1, 2020 · 2 comments

Comments

@mockey-jockey
Copy link

mockey-jockey commented Sep 1, 2020

image

this my yaml file

name: puppeteer
env:
  GITHUB_TOKEN: ********
on:
  push:
    branches: 
      - 'dev'
  pull_request:
    types : [labeled] #adding this as a workaround for  triggering action manually
    branches:
      - 'master'
jobs:
  create_release:
    name: Puppeteer Screenshot Action 
    runs-on: ubuntu-latest
    steps:
      - name: Take photo of github.com
        uses: "lannonbr/[email protected]"
        with:
          url: https://github.com
          width: 2540
          height: 1440
          fullPage: true
        
@mockey-jockey
Copy link
Author

@muhameddelic @lannonbr @zrrrzzt please help here to resolve this

@mockey-jockey
Copy link
Author

mockey-jockey commented Sep 1, 2020

$GITHUB_WORKSPACE/screenshots/screenshot-${timestamp}.png there s no screenshot folder available in my repo

do we need to add this? how can I mention this? pls suggest @muhameddelic @lannonbr @zrrrzzt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant