Skip to content

Weitere workflow Korrekturen - add dumper /2. #35

Weitere workflow Korrekturen - add dumper /2.

Weitere workflow Korrekturen - add dumper /2. #35

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) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump context "vars"
env:
VARS_CONTEXT: ${{ toJson(vars) }}
run: echo "$VARS_CONTEXT"
labeler:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/[email protected]
with:
skip-delete: true