Skip to content

Commit

Permalink
create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad-Abrams committed May 17, 2024
1 parent 10bdc1c commit eb99364
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/joke-action/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: "my joke action"

description: "use an external API to retrieve and display a joke"

runs:
using: "node16"
main: "main.js"

0 comments on commit eb99364

Please sign in to comment.