Skip to content

Use lower version of markupsafe #66

Use lower version of markupsafe

Use lower version of markupsafe #66

Workflow file for this run

on: [push]
jobs:
run_moban:
runs-on: ubuntu-latest
name: synchronize templates via moban
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: check changes
run: |
pip install markupsafe==2.0.1
pip install ruamel.yaml moban gitfs2 pypifs moban-jinja2-github moban-ansible
make update
git status
git diff --exit-code
- name: Auto-commit
if: failure()
uses: docker://cdssnc/auto-commit-github-action@v4
with:
args: >-
This is an auto-commit, updating project meta data,
such as changelog.rst, contributors.rst