Skip to content

Create Banner on Dispatch #9

Create Banner on Dispatch

Create Banner on Dispatch #9

Workflow file for this run

name: Create Banner on Dispatch
on:
workflow_dispatch:
inputs:
date:
description: 'Event Date (YYYY-MM-DD)'
required: true
jobs:
create-banner-on-dispatch:
uses: ./.github/workflows/create-banner-shared.yml
with:
date: ${{ github.event.inputs.date }}