Skip to content

[372] - Did you know about C++26 static reflection proposal (7/N)? #79

[372] - Did you know about C++26 static reflection proposal (7/N)?

[372] - Did you know about C++26 static reflection proposal (7/N)? #79

Workflow file for this run

name: RSS feed generator
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
checks: read
contents: write
id-token: write
steps:
- name: checkout
uses: actions/checkout@master
with:
ref: master
- uses: actions/setup-python@v2
with:
python-version: '3.9'
cache: 'pip'
- run: pip install -r requirements.txt
- run: python rss_generator.py
- name: push
uses: github-actions-x/commit@v2.9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
commit-message: '[no ci] Update RSS feed'
force-add: 'true'
files: "*.xml"
name: GitHub bot
email: noreply@github.com