Skip to content

Test Dyn Runner

Test Dyn Runner #1

Workflow file for this run

name: Dynrunner
on:
pull_request:
branches:
- '*'
jobs:
overwrite:
name: Dynrunner
runs-on: ubuntu-latest
steps:
- name: Output
run: echo ${{ toJson(github.event.pull_request.labels.*.name) }}