Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi authored Oct 14, 2022
1 parent 3fc6020 commit 9e8b8d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Team README updater'
description: 'This action updates the README.md file with a table of team members'
name: 'Team member table README updater'
description: 'This Action opens a PR to update the README.md file with a table of team members'
branding:
icon: 'users'
color: 'green'
Expand All @@ -8,11 +8,11 @@ inputs:
org:
description: 'The organization to get the team members from'
required: true
default: 'es-na-battlesnake'
default: 'my-org'
team:
description: 'The team to get the members from'
required: true
default: 'snake-ops'
default: 'my-team'
my-pat:
description: 'The personal access token to use to authenticate with GitHub'
required: true
Expand Down

1 comment on commit 9e8b8d0

@vijeh1

This comment was marked as spam.

Please sign in to comment.