Skip to content

Update playground.yml #745

Update playground.yml

Update playground.yml #745

Workflow file for this run

name: Playground

Check failure on line 1 in .github/workflows/playground.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/playground.yml

Invalid workflow file

Invalid type for `job.environment`
on:
workflow_dispatch:
pull_request:
push:
paths: ['.github/workflows/playground.yml', '**/*.yml']
release:
types:
- published
- released
permissions:
checks: write
defaults:
run:
shell: bash
jobs:
playground:
environment:
url: ${{ steps.deployment.outputs.page_url }}
# Specify runner + deployment step
runs-on: ubuntu-latest
steps:
- id: deployment
run: echo "page_url=some URL" | tee -a $GITHUB_OUTPUT