Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Nov 1, 2023
1 parent 2f4abd7 commit 5438f16
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
Expand Up @@ -10,7 +10,7 @@ inputs:
org_slug:
description: Organization's name
required: true
default: ${{ github.repository_owner }}
default: '${{ github.repository_owner }}'
team_slug:
description: Team's Slug
required: true
Expand All @@ -21,7 +21,7 @@ inputs:
token:
description: GitHub token
required: true
default: ${{ github.token }}
default: '${{ github.token }}'

outputs:
data:
Expand All @@ -31,7 +31,7 @@ outputs:
description: Team members list
value: ${{ steps.members.outputs.members }}
actor-belongs-team:
description: If the workflow ${{ github.actor }} belongs to the team
description: If the workflow `github.actor` belongs to the team
value: ${{ steps.actor.outputs.belongs-team }}

runs:
Expand Down Expand Up @@ -60,4 +60,4 @@ runs:
else
echo "belongs-team=false" >> $GITHUB_OUTPUT
fi
shell: bash
shell: bash

0 comments on commit 5438f16

Please sign in to comment.