Skip to content

Commit

Permalink
i am a professional
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Aug 9, 2024
1 parent df8e79f commit 385ea46
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/wtf-2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on:
workflow_dispatch:

jobs:
wtf:
runs-on: ubuntu-latest
steps:
- name: wtf
run: "wtf 2?"
10 changes: 10 additions & 0 deletions .github/workflows/wtf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
workflow_dispatch:

jobs:
wtf:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/wtf-2.yml
- name: wtf
run: "wtf?"

0 comments on commit 385ea46

Please sign in to comment.