Skip to content

Commit

Permalink
revert branch selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Jan 31, 2023
1 parent 3372be3 commit c316c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ on:
description: Repository with default configuration to use, the default from Check Spelling is ''
required: false
type: string
default: Lombiq/GitHub-Actions@issue/OSOE-501
default: Lombiq/GitHub-Actions@dev

jobs:
check-spelling:
name: Check Spelling
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: Lombiq/GitHub-Actions/.github/actions/checkout@issue/OSOE-501
uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev
with:
token: ${{ secrets.CHECKOUT_TOKEN }}

Expand All @@ -73,7 +73,7 @@ jobs:
git commit -m 'stub commit -- includes submodules'
- name: Check Spelling
uses: Lombiq/GitHub-Actions/.github/actions/spelling@issue/OSOE-501
uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev
with:
dictionary-source-prefixes: ${{ inputs.dictionary-source-prefixes }}
extra-dictionaries: ${{ inputs.extra-dictionaries }}
Expand All @@ -82,6 +82,6 @@ jobs:

- name: Cancel Workflow on Failure
if: failure() && inputs.cancel-workflow-on-failure == 'true'
uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@issue/OSOE-501
uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c316c63

Please sign in to comment.