Skip to content

HTML display #255

Answered by gautamkrishnar
kangyans asked this question in Q&A
Discussion options

You must be logged in to vote

@kangyans please use disable_html_encoding: true

# 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 …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gautamkrishnar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #254 on June 19, 2024 18:14.