Skip to content

Bump linuxsuren/yaml-readme from 0.0.14 to 0.0.16 (#122) #75

Bump linuxsuren/yaml-readme from 0.0.14 to 0.0.16 (#122)

Bump linuxsuren/yaml-readme from 0.0.14 to 0.0.16 (#122) #75

Workflow file for this run

name: generator
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v4.0.0
- name: Update financing
uses: linuxsuren/yaml-readme@v0.0.16
env:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
with:
pattern: 'data/financing/*.yaml'
template: 'data/financing/financing.tpl'
output: 'financing.md'
username: linuxsuren
org: linuxsuren
repo: open-source-best-practice
push: false
orderby: date
sortby: '!date'
- name: Update DevRel
uses: linuxsuren/yaml-readme@v0.0.16
env:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
with:
pattern: 'what/items/devrel-*.yaml'
template: 'what/devrel.tpl'
output: 'what/devrel.md'
username: linuxsuren
org: linuxsuren
repo: open-source-best-practice
push: false
- name: Update jobs
uses: linuxsuren/yaml-readme@v0.0.16
env:
GH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
with:
pattern: 'what/items/job-*.yaml'
template: 'what/jobs.tpl'
output: 'what/jobs.md'
username: linuxsuren
org: linuxsuren
repo: open-source-best-practice