File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
uses : ./ # Uses an action in the root directory
15
15
id : read
16
16
with :
17
- input-file : ' package .json'
17
+ input-file : ' packages .json'
18
18
input-property : ' author.name' # Exp: 'fiddlermikey'
19
19
- name : adding initial markdown
20
20
id : adding-initial-markdown
26
26
id : adding-final-markdown
27
27
# run: echo "### ${{ steps.read.outputs.output-property }}:${{ steps.read.outputs.output-value }}" >> $GITHUB_STEP_SUMMARY # This works
28
28
# 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
30
30
31
31
You can’t perform that action at this time.
0 commit comments