Skip to content

Propose reverting issue-credential-v2 and present-proof-v2 to v2.0, removing v2.1 and v2.2 #290

Propose reverting issue-credential-v2 and present-proof-v2 to v2.0, removing v2.1 and v2.2

Propose reverting issue-credential-v2 and present-proof-v2 to v2.0, removing v2.1 and v2.2 #290

Workflow file for this run

name: Index Generation
on:
workflow_dispatch:
pull_request:
branches: [main]
types: [closed]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Generate Index
run: |
python code/generate_index.py
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
with:
commit-message: Generate Index
author: GitHub Action <action@github.com>
committer: GitHub Action <action@github.com>
signoff: true
branch: index-generator
title: "[AUTO] Update Index"
body: |
Update Index