diff --git a/action.yml b/action.yml index 9ca62ae..bb89dc1 100644 --- a/action.yml +++ b/action.yml @@ -1,15 +1,19 @@ name: 'Standard Ruby' description: 'A GitHub Action that lints and auto-fixes your Ruby code with Standard Ruby' author: 'Justin Searls ' + +defaults: + run: + shell: bash + runs: using: composite - defaults: - run: - shell: bash steps: - name: Checkout code uses: actions/checkout@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby uses: ruby/setup-ruby@v1