Skip to content

Update elicit.py

Update elicit.py #160

Workflow file for this run

name: Make Poetry Badges
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: action-badges/[email protected]
with:
branch-name: badges
- name: Make version Badge
uses: action-badges/[email protected]
with:
file-name: poetry-version.svg
badge-branch: badges
github-token: '${{ secrets.GITHUB_TOKEN }}'
integration: version
- name: Make license badge
uses: action-badges/[email protected]
with:
file-name: poetry-license.svg
badge-branch: badges
github-token: '${{ secrets.GITHUB_TOKEN }}'
integration: license