Skip to content

Commit

Permalink
Merge pull request #650 from kanadgupta/master
Browse files Browse the repository at this point in the history
Fix required GitHub Actions inputs
  • Loading branch information
mnaumanali94 authored Jan 23, 2023
2 parents a8cf48e + e49e07d commit 0e501e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ inputs:
When unspecified, will try to load the default ruleset (matching .spectral.{yaml,yml,js,json}) if it exists.
repo_token:
required: true
required: false
description: |
The GitHub App installation access token.
[Learn more about `GITHUB_TOKEN`](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token#about-the-github_token-secret)
default: ${{ github.token }}
event_name:
required: true
required: false
description: |
The name of the event that triggered the workflow
default: ${{ github.event_name }}
Expand Down

0 comments on commit 0e501e6

Please sign in to comment.