Skip to content

Commit

Permalink
Reformat wording in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenVatle committed Jan 30, 2023
1 parent 04add36 commit 5f10b09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@ tab in this repo.
steps:
- uses: WcAServices/markdown-template-action@v1
with:
# These will be injected into the below template, in addtion to GitHub's standard variables.
# You can perform string operations here as well.
# These will be injected into the below template, in addition to GitHub's standard
# variables. You can perform string operations here as well.
variables: >-
GREETING="world"
COMMIT_SHA="${{ github.sha }}"
SHORT_SHA=${COMMIT_SHA:0:7}
# The following language=".." comment
# enables syntax highlighting in JetBrains IDEs

# The following language="..." comment enables syntax highlighting in JetBrains IDEs

# language="markdown"
template: |
# Hello, $GREETING
Expand Down

0 comments on commit 5f10b09

Please sign in to comment.