Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
notzippy committed Jun 24, 2024
1 parent ea9882c commit 6ccd573
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/target_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: manually deploy to stage

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

0 comments on commit 6ccd573

Please # to comment.