Skip to content

Commit 259aa80

Browse files
committed
naming is hard
1 parent a027e63 commit 259aa80

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repo is a GitHub Action that makes it easy to install Cog on a GitHub-hoste
99
Add a step to your workflow that uses this action:
1010

1111
```yml
12-
- name: Install Cog
12+
- name: Setup Cog
1313
uses: replicate/setup-cog@v1
1414
with:
1515
token: ${{ secrets.REPLICATE_API_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
4646
- name: Check out code
4747
uses: actions/checkout@v3
4848

49-
- name: Install Cog
49+
- name: Setup Cog
5050
uses: replicate/setup-cog@v1
5151
with:
5252
token: ${{ secrets.REPLICATE_API_TOKEN }}
@@ -75,7 +75,7 @@ jobs:
7575
- name: Check out code
7676
uses: actions/checkout@v3
7777
78-
- name: Install Cog
78+
- name: Setup Cog
7979
uses: replicate/setup-cog@v1
8080
with:
8181
token: ${{ secrets.REPLICATE_API_TOKEN }}
@@ -107,6 +107,6 @@ jobs:
107107
- name: Check out code
108108
uses: actions/checkout@v3
109109
110-
- name: Install Cog
110+
- name: Setup Cog
111111
uses: replicate/setup-cog@v1
112112
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
- name: Install NVIDIA CUDA Toolkit
2626
uses: Jimver/cuda-toolkit@v0.2.10
2727

28-
- name: Install Cog
28+
- name: Setup Cog
2929
shell: bash
3030
run: |
3131
sudo curl -o /usr/local/bin/cog -L https://github.com/replicate/cog/releases/download/${{ inputs.cog-version }}/cog_Linux_x86_64

0 commit comments

Comments
 (0)