Skip to content

Commit

Permalink
Add spacing around action contexts
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
  • Loading branch information
ZhongRuoyu and SMillerDev authored Sep 18, 2024
1 parent 87995b6 commit b6b887d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ inputs:
token:
description: GitHub token
required: false
default: ${{github.token}}
default: ${{ github.token }}
repository:
description: Repository to send the issue to
required: false
default: ${{github.repository}}
default: ${{ github.repository }}
title:
description: The title of the issue
required: true
Expand Down

0 comments on commit b6b887d

Please sign in to comment.