Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jun 28, 2023
1 parent 383a183 commit a3a6836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow

name: "Spelling - ${{ inputs.repository }}"
name: "Spelling"

on: # yamllint disable-line rule:truthy
workflow_dispatch:
Expand All @@ -19,7 +19,7 @@ concurrency:

jobs:
typos_check:
name: "文A Typos check"
name: "文A Typos check - ${{ inputs.repository }}"
runs-on: "ubuntu-22.04"
timeout-minutes: 1
steps:
Expand Down

0 comments on commit a3a6836

Please sign in to comment.