Skip to content

Create index.js

Create index.js #749

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:
runs-on: ubuntu-latest
environment:
test_output: ${{ steps.test_step.outputs.test_output }}
steps:
- id: test_step
uses: ./github/actions/action
- run: echo "$test_output"