Skip to content

fix(deps): update dependency @easyops-cn/docusaurus-search-local to v… #384

fix(deps): update dependency @easyops-cn/docusaurus-search-local to v…

fix(deps): update dependency @easyops-cn/docusaurus-search-local to v… #384

Workflow file for this run

name: CI
permissions:
contents: write
pull-requests: write
on:
push:
branches:
- main
jobs:
update-keybindings:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up node.js
uses: actions/setup-node@v4
- name: Restore dependencies
run: npm ci
- name: Generate keybindings
run: npm run write-keybindings
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
title: "docs: update keybindings"
commit-message: "docs: update keybindings"
body: "Opened by [keybindings.yml](https://github.com/MarcoIeni/glimpse/blob/main/.github/workflows/keybindings.yml) GitHub Action"
token: ${{ secrets.GLIMPSE_RELEASE_PLEASE }}