Skip to content

Commit

Permalink
fix: extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Feb 23, 2024
1 parent 4392ada commit 0de3ed2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ runs:
if: inputs.vale-version == '2.29.6'
shell: bash
run: |
read -r -d '' deprecation_text <<'EOF'
deprecation_text="
Ansys Actions v6 will include by default Vale version v3. For
migrating, please update your "doc/.vale.ini" file and "doc/styles"
directory as in this pull-request https://github.com/ansys/pymechanical/pull/613"
EOF
migrating, please update your 'doc/.vale.ini' file and 'doc/styles'
directory as in this pull-request https://github.com/ansys/pymechanical/pull/613
"
echo "DEPRECATION_TEXT=$(echo $deprecation_text)" >> $GITHUB_ENV
- uses: ansys/actions/_logging@main
Expand Down

0 comments on commit 0de3ed2

Please sign in to comment.