Skip to content

test workflow

test workflow #1

Workflow file for this run

name: manually deploy to stage

Check failure on line 1 in .github/workflows/target_workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/target_workflow.yml

Invalid workflow file

`workflow-dispatch` is not a valid event name
on: [workflow-dispatch]
permissions: write-all
jobs:
hello:
runs-on: ubunutu-latest
steps:
- name: hi there
uses: echo hi there $USER $TASK
- name: env there
uses: env
deploy:
runs-on: ubunutu-latest
env:
USER: me
TASK: say hellop
needs: hello
steps:
- name: goodbye
uses: echo goodbye