We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb5396 commit 77fe44aCopy full SHA for 77fe44a
2 files changed
.github/workflows/update-copilot-dist.yaml
@@ -21,9 +21,9 @@ jobs:
21
fetch-depth: 1
22
path: copilot.vim
23
24
- - name: Copy latest copilot/dist
+ - name: Copy latest copilot.vim/dist
25
run: |
26
- cp copilot.vim/copilot/dist/* copilot/dist/
+ cp -r copilot.vim/dist/* copilot/dist/
27
28
- name: Create Pull Request
29
uses: peter-evans/create-pull-request@v4
@@ -32,6 +32,6 @@ jobs:
32
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
33
base: master
34
branch: create-pull-request/update-copilot-dist
35
- commit-message: "feat: update to latest copilot/dist"
+ commit-message: "feat: update to latest copilot.vim/dist"
36
reviewers: MunifTanjim,zbirenbaum
37
- title: "Update copilot/dist"
+ title: "Update copilot.vim/dist"
dist/.gitkeep
0 commit comments