Skip to content

Commit

Permalink
Merge pull request #8 from ps-actions-sandbox/demo
Browse files Browse the repository at this point in the history
chore: Add workflow for demoFlow
  • Loading branch information
housten authored Jun 12, 2024
2 parents 456aac8 + cd2aec9 commit c84bf53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
name: demoFlow

on:
workflow_dispatch:

jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: Echo
run: echo "Hello, World!"

0 comments on commit c84bf53

Please sign in to comment.