Skip to content

Test Degraded Performance #2

Test Degraded Performance

Test Degraded Performance #2

Workflow file for this run

name: Github Pages
on:
issues:
types:
- opened
- edited
- deleted
- transferred
- closed
- reopened
- labeled
- unlabeled
permissions:
contents: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout Build
uses: actions/checkout@v4
- name: node actions.js
run: node actions.js
env:
GITHUB_ISSUE: {{ github.event.issue }}

Check failure on line 36 in .github/workflows/issues.yml

View workflow run for this annotation

GitHub Actions / Github Pages

Invalid workflow file

The workflow is not valid. .github/workflows/issues.yml (Line: 36, Col: 25): A mapping was not expected