Closed
Description
Describe the bug
Using the action with the following .yml of output_only=true
The output I got is truncated. An example can be seen from this workflow run under the Run cd /home/runner/work/_actions/lyqht/article-count-workflow/main && npm install && node articleCount.js
command
Expected behavior
I don't actually require the full array of content, for my purposes, I just wanted to get the array count of the all the articles from the feeds.
Workflow Yml Used
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Running Gautam's Blog post workflow
uses: gautamkrishnar/blog-post-workflow@master
id: blogpost_workflow
with:
comment_tag_name: ${{inputs.comment_tag_name}}
commit_message: "Updated Badge with latest number of articles"
feed_list: ${{inputs.feed_list}}
max_post_count: 1000000
output_only: true