File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 28
28
- name : Checkout repository
29
29
uses : actions/checkout@v4
30
30
31
+ - name : Pull the latest metadata.json
32
+ if : inputs.image_name == 'awesome-copilot'
33
+ shell : bash
34
+ run : |
35
+ git pull origin main
36
+
31
37
- name : Checkout repository - Awesome Copilot
32
38
if : inputs.image_name == 'awesome-copilot'
33
39
uses : actions/checkout@v4
36
42
path : awesome-copilot/src/awesome-copilot
37
43
token : ${{ secrets.GITHUB_TOKEN }}
38
44
39
- - name : Pull the latest awesome-copilot repository
40
- if : inputs.image_name == 'awesome-copilot'
41
- shell : bash
42
- run : |
43
- pushd awesome-copilot/src/awesome-copilot
44
-
45
- git pull origin main
46
-
47
- popd
48
-
49
45
- name : Set up Node.js
50
46
if : inputs.image_name == 'awesome-copilot'
51
47
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments