Skip to content

build(deps): bump mkdocs-material from 9.5.38 to 9.5.49 #3

build(deps): bump mkdocs-material from 9.5.38 to 9.5.49

build(deps): bump mkdocs-material from 9.5.38 to 9.5.49 #3

Workflow file for this run

name: PR Comment Workflow
on:
pull_request:
types: [opened]
jobs:
comment-on-pr:
runs-on: ubuntu-latest
steps:
- name: Comment coolify preview URL.
uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `https://${context.issue.number}.md.monerodevs.org/`
})