Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Update XMOJ.user.js #26

Update XMOJ.user.js

Update XMOJ.user.js #26

Workflow file for this run

name: UpdateVersion
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
branches:
- dev
jobs:
UpdateVersion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update version
run: node ./Update/UpdateVersion.js ${{ secrets.GITHUB_TOKEN }} ${{ github.event.number }} "${{ github.event.pull_request.title }}"