Skip to content

Commit fa153eb

Browse files
author
Michael Henderson
committed
negative test case
1 parent a1271fd commit fa153eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: ./ # Uses an action in the root directory
1515
id: read
1616
with:
17-
input-file: 'package.json'
17+
input-file: 'packages.json'
1818
input-property: 'author.name' # Exp: 'fiddlermikey'
1919
- name: adding initial markdown
2020
id: adding-initial-markdown
@@ -26,6 +26,6 @@ jobs:
2626
id: adding-final-markdown
2727
# run: echo "### ${{ steps.read.outputs.output-property }}:${{ steps.read.outputs.output-value }}" >> $GITHUB_STEP_SUMMARY # This works
2828
# run: echo "### ${{ steps.read.outputs.output-property }} : ${{ steps.read.outputs.output-value }}" >> $GITHUB_STEP_SUMMARY # This also works
29-
run: echo "### ${{ steps.read.outputs.output-property }} ‐ : ‐${{ steps.read.outputs.output-value }}" >> $GITHUB_STEP_SUMMARY #
29+
run: echo "### ${{ steps.read.outputs.output-property }} ‐ : ‐${{ steps.read.outputs.output-value }}" >> $GITHUB_STEP_SUMMARY # This works for hypen and colon
3030

3131

0 commit comments

Comments
 (0)