Skip to content

Weitere workflow Korrekturen - add dumper #33

Weitere workflow Korrekturen - add dumper

Weitere workflow Korrekturen - add dumper #33

Workflow file for this run

name: Labeler
on:
push:
branches:
- main
- master
permissions:
actions: read
contents: read
security-events: write
pull-requests: write
jobs:
dump-contexts:
runs-on: ubuntu-latest
steps:
- name: Dump context "GitHub"
env:
GITHUB_CONTEXT: ${{ toJson(github) }

Check failure on line 22 in .github/workflows/labeler.yml

View workflow run for this annotation

GitHub Actions / Labeler

Invalid workflow file

The workflow is not valid. .github/workflows/labeler.yml (Line: 22, Col: 27): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found. .github/workflows/labeler.yml (Line: 26, Col: 25): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
run: echo "$GITHUB_CONTEXT"
- name: Dump context "vars"
env:
VARS_CONTEXT: ${{ toJson(vars) }
run: echo "$VARS_CONTEXT"
- name: Dump context "Job"
env:
JOB_CONTEXT: ${{ toJson(job) }
run: echo "$JOB_CONTEXT"
labeler:
runs-on: ubuntu-latest
steps:
- name: Dump context "Job"
env:
JOB_CONTEXT: ${{ toJson(job) }
run: echo "$JOB_CONTEXT"
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/[email protected]
with:
skip-delete: true