Skip to content

Commit

Permalink
steps.runner_os.outputs.release
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 9, 2024
1 parent 6c170b5 commit 811a2b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
-
name: "Checkout repository"
uses: "actions/[email protected]"
-
name: Determine OS release

Check failure on line 32 in .github/workflows/spelling.yml

View workflow job for this annotation

GitHub Actions / YAML validity

32:19 [quoted-strings] string value is not quoted with double quotes
id: runner_os

Check failure on line 33 in .github/workflows/spelling.yml

View workflow job for this annotation

GitHub Actions / YAML validity

33:17 [quoted-strings] string value is not quoted with double quotes
run: |
echo "release=$(nodejs -e 'console.log(os.release());')" >>"${GITHUB_OUTPUT}"
-
name: Showww

Check failure on line 37 in .github/workflows/spelling.yml

View workflow job for this annotation

GitHub Actions / YAML validity

37:19 [quoted-strings] string value is not quoted with double quotes
run: |
echo "${{ steps.runner_os.outputs.release }}"
-
name: "Search for misspellings"
#uses: "crate-ci/[email protected]"
Expand Down

0 comments on commit 811a2b3

Please sign in to comment.