You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# `setup-depot` GitHub Action
1
+
# Depot `setup-action` GitHub Action
2
2
3
3
Provides the [Depot CLI](https://github.com/depot/cli) in the GitHub Actions environment, allowing access to the `depot` binary in subsequent workflow steps.
4
4
@@ -10,7 +10,7 @@ Download and install the latest version of the CLI:
10
10
jobs:
11
11
job-name:
12
12
steps:
13
-
- uses: depot/setup-depot@v1
13
+
- uses: depot/setup-action@v1
14
14
- run: depot ...
15
15
```
16
16
@@ -20,7 +20,7 @@ Download and install a specific version of the CLI:
20
20
jobs:
21
21
job-name:
22
22
steps:
23
-
- uses: depot/setup-depot@v1
23
+
- uses: depot/setup-action@v1
24
24
with:
25
25
version: 1.2.3
26
26
- run: depot ...
@@ -38,7 +38,7 @@ The `depot` CLI can read a Depot API token from the `DEPOT_TOKEN` environment va
0 commit comments