Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Aug 21, 2022
1 parent 65b7ef9 commit 0cda135
Show file tree
Hide file tree
Showing 3 changed files with 3,219 additions and 80 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ inputs:
description: The GitHub token used to create an authenticated client
default: ${{ github.token }}
required: false
org:
description: The name of the organization
default: ${{ github.organization }}
required: false
repo:
description: The name of the repository
default: ${{ github.repository }}
required: false

runs:
using: "node16"
Expand Down
Loading

0 comments on commit 0cda135

Please sign in to comment.