Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Merge pull request #1 from Ousret/feature-tryout-niquests #1

Merge pull request #1 from Ousret/feature-tryout-niquests

Merge pull request #1 from Ousret/feature-tryout-niquests #1

Workflow file for this run

name: Update Generated Content
on:
push:
branches:
- master
jobs:
update-content:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: make content
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
with:
commit-message: "[automated] Update generated content"
title: "[automated] Update generated content"
delete-branch: true
token: ${{ secrets.GITHUB_TOKEN }}