Skip to content

9798741424513 2021-10-07 #55

9798741424513 2021-10-07

9798741424513 2021-10-07 #55

Workflow file for this run

---
name: Add Workout
on:
issues:
types: [labeled, edited]
jobs:
Validation:
if: contains( github.event.issue.labels.*.name, 'workout')
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: "workout"