Skip to content

chore: update deps & fix broken build status badge in README.md #41

chore: update deps & fix broken build status badge in README.md

chore: update deps & fix broken build status badge in README.md #41

Workflow file for this run

name: Maintain One Comment
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
pull_request:
types: [assigned, opened, synchronize, edited]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: maintain-comment
uses: actions-cool/maintain-one-comment@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
Hi 😀
<!-- Created by actions-cool/maintain-one-comment -->
emojis: '+1, laugh'
body-include: '<!-- Created by actions-cool/maintain-one-comment -->'