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 45b42af commit 0613d35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ jobs:
uses: "actions/[email protected]"
-
name: "Determine OS release"
id: "runner-os"
id: "runner_os"
run: |
nodejs -e 'console.log(os.release());'
echo "release=$(nodejs -e 'console.log(os.release());')" >>"${GITHUB_OUTPUT}"
echo "release=$(node -e 'console.log(os.release());')" >>"${GITHUB_OUTPUT}"
-
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 0613d35

Please sign in to comment.