HTML display #255
-
Describe the bugThe display of Expected behaviordisplay the correct format, in my example,: Workflow Yml Used
Double check the followingBefore opening a bug, Please make sure that you had done the following, add a checkmark if done by marking it with
|
Beta Was this translation helpful? Give feedback.
Answered by
gautamkrishnar
Jun 19, 2024
Replies: 2 comments
-
@kangyans please use # This is a basic workflow to help you get started with Actions
name: Latest blog post workflow
# Controls when the workflow will run
on:
schedule:
- cron: '0 * * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
updata-readme-with-blog:
name: Updata this repo's README with the latest blog posts
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@v1
with:
feed_list: "https://pubmed.ncbi.nlm.nih.gov/rss/search/16eWR_JeA5gcz8mL6exRVyljdv1Bg_b5daAnspofyJehJ6_wD-/?limit=15&utm_campaign=pubmed-2&fc=20240423194405"
max_post_count: 10
disable_html_encoding: true |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gautamkrishnar
-
It works. Thx! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kangyans please use
disable_html_encoding: true