Skip to content

Add goodbye script

Add goodbye script #25

name: Manual Workflow
on:
push:
workflow_dispatch:
inputs:
environment:
description: 'Environment to deploy to'
required: true
default: 'production'
num-octocats:
description: 'Number of Octocats'
required: false
default: '1'
octocat-eye-color:
description: 'Eye color of the Octocats'
required: true
jobs: ex_job_name
build:

Check failure on line 21 in .github/workflows/example-manual-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/example-manual-workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
runs-on: ubuntu-latest
steps:
- name: Print environment
run: echo "Deploying to ${{ github.event.inputs.environment }}"
run: echo "Is this the name or ID of this job: ${{ github.job }}"