Skip to content

9781835465912 2024-09-01 #66

9781835465912 2024-09-01

9781835465912 2024-09-01 #66

Workflow file for this run

---
name: Add App
on:
issues:
types: [labeled, edited]
jobs:
Validation:
if: contains( github.event.issue.labels.*.name, 'app')
runs-on: ubuntu-latest
steps:
- name: Echo
run: echo "Check complete"
Execution:
name: Runner
uses: ./.github/workflows/runner.yml
needs: Validation
with:
content: ${{ github.event.issue.body }}
label: "app"