Skip to content

Bump @vscode/vsce from 2.26.0 to 3.1.0 #136

Bump @vscode/vsce from 2.26.0 to 3.1.0

Bump @vscode/vsce from 2.26.0 to 3.1.0 #136

name: "Update generated"
on: [push, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
submit-changes:
runs-on: ubuntu-latest
steps:
- name: Execute script
uses: michijs/.github/.github/actions/execute-script@main
with:
script-name: "start"
github_token: ${{ secrets.GITHUB_TOKEN }}
# Configure Git
- name: Git configuration
uses: michijs/.github/.github/actions/set-git-config-github-actions@main
- name: Run formatter
uses: michijs/.github/.github/actions/lint@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Commit changes
- name: Commit changes
uses: michijs/.github/.github/actions/commit-if-changes@main
with:
message: "Updated generated types"
# Push repository changes
- name: Push changes
uses: michijs/.github/.github/actions/pull-and-push@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}