We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@muhameddelic @lannonbr @zrrrzzt please help here to resolve this
Sorry, something went wrong.
$GITHUB_WORKSPACE/screenshots/screenshot-${timestamp}.png there s no screenshot folder available in my repo
$GITHUB_WORKSPACE/screenshots/screenshot-${timestamp}.png
do we need to add this? how can I mention this? pls suggest @muhameddelic @lannonbr @zrrrzzt
No branches or pull requests
this my yaml file
The text was updated successfully, but these errors were encountered: