Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update_Copilot_Client

on:
schedule: [{ cron: '0 0 * * *' }]
push: { branches: ['master', 'main'] }

jobs:
keep_file_updated:
runs-on: ubuntu-latest
name: Keep file updated
steps:
- name: Checkout repo
id: checkout
uses: actions/checkout@v2
- name: Update file
id: update_file
uses: TheLastProject/keep-remote-file-locally-up-to-date-action@v1
with:
git_user: 'GitHub Actions'
git_email: 'github-actions[bot]@users.noreply.github.com'
url: https://raw.githubusercontent.com/github/copilot.vim/release/copilot/dist/agent.js
file_in_repo: copilot/dist/agent.js
4 changes: 2 additions & 2 deletions copilot/dist/agent.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions ver_update.sh

This file was deleted.