Skip to content

Commit

Permalink
Update spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 9, 2024
1 parent 811a2b3 commit 45b42af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
name: "Checkout repository"
uses: "actions/[email protected]"
-
name: Determine OS release
id: runner_os
name: "Determine OS release"
id: "runner-os"
run: |
nodejs -e 'console.log(os.release());'
echo "release=$(nodejs -e 'console.log(os.release());')" >>"${GITHUB_OUTPUT}"
-
name: Showww
name: "Showww"
run: |
echo "${{ steps.runner_os.outputs.release }}"
echo "${{ steps.runner-os.outputs.release }}"
-
name: "Search for misspellings"
#uses: "crate-ci/[email protected]"
Expand Down

0 comments on commit 45b42af

Please sign in to comment.