Skip to content

9781835465912 2024-09-01 #104

9781835465912 2024-09-01

9781835465912 2024-09-01 #104

Workflow file for this run

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