Bump vitepress from 1.3.4 to 1.4.3 #1490
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Janet | |
on: | |
issues: | |
types: [opened, edited, labeled] | |
issue_comment: | |
types: [created, edited] | |
pull_request: | |
types: [opened, edited] | |
pull_request_review_comment: | |
types: [created, edited] | |
jobs: | |
janet: | |
runs-on: ubuntu-latest | |
name: The Good Place | |
steps: | |
- name: The Good Place Action | |
uses: jayehernandez/the-good-place@v1.1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} |