Skip to content

Commit 55fbea9

Browse files
y9cthelastproject/keep-remote-locally-up-to-date
andauthored
UPDATE upstream copilot client version [use github action to automatically update] (zbirenbaum#58)
* pull update from upstream * Update agent.js from https://raw.githubusercontent.com/github/copilot.vim/release/copilot/dist/agent.js * quick update Co-authored-by: thelastproject/keep-remote-locally-up-to-date <no-reply@github.com>
1 parent 346d06a commit 55fbea9

3 files changed

Lines changed: 24 additions & 6 deletions

File tree

.github/workflows/update.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Update_Copilot_Client
2+
3+
on:
4+
schedule: [{ cron: '0 0 * * *' }]
5+
push: { branches: ['master', 'main'] }
6+
7+
jobs:
8+
keep_file_updated:
9+
runs-on: ubuntu-latest
10+
name: Keep file updated
11+
steps:
12+
- name: Checkout repo
13+
id: checkout
14+
uses: actions/checkout@v2
15+
- name: Update file
16+
id: update_file
17+
uses: TheLastProject/keep-remote-file-locally-up-to-date-action@v1
18+
with:
19+
git_user: 'GitHub Actions'
20+
git_email: 'github-actions[bot]@users.noreply.github.com'
21+
url: https://raw.githubusercontent.com/github/copilot.vim/release/copilot/dist/agent.js
22+
file_in_repo: copilot/dist/agent.js

copilot/dist/agent.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ver_update.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)