Skip to content

initial commit

initial commit #1

Workflow file for this run

on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed

Check failure on line 8 in .github/workflows/ghactionstest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ghactionstest.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
deploy-review-app:
runs-on: ubuntu-latest
steps:
- run: "echo '${{ github.actor }}'"
if: contains(github.actor, fromJson('["bohdan-shulha", "dependabot[bot]", "github-actions[bot]"]'))
- run: echo "I am authorized to deploy review apps!"