Skip to content

Update README.md (#326) #314

Update README.md (#326)

Update README.md (#326) #314

Workflow file for this run

name: Release
on:
pull_request:
branches:
- main
- merge-queue
types:
- closed
jobs:
if: github.event.pull_request.merged == true

Check failure on line 12 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Log Event
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$GITHUB_CONTEXT"