Skip to content

Commit 5fa9d72

Browse files
authored
Add joke-action step to GitHub workflow
1 parent 6832f79 commit 5fa9d72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/my-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
15+
- name: ha-ha
16+
uses: ./.github/actions/joke-action

0 commit comments

Comments
 (0)