Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Mar 21, 2024
1 parent d6d8f04 commit 4d13403
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup dctl CLI
- name: Setup dosei CLI
uses: ./

- name: Test dctl
run: dctl --version
- name: Test dosei
run: dosei --version
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# setup-dctl
# setup-dosei

Setup dctl (Dosei CLI) in your Github Actions workflow.
Setup dosei (Dosei CLI) in your Github Actions workflow.

## Usage

Expand All @@ -9,8 +9,8 @@ steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup dctl CLI
uses: doseiai/setup-dctl@v0.0.19
- name: Setup dosei CLI
uses: doseiai/setup-dosei@v0.0.20
with:
token: ${{ secrets.DOSEI_TOKEN }}
```
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Setup dctl"
description: 'Setup dctl (Dosei CLI) in your Github Actions workflow.'
name: "Setup Dosei"
description: 'Setup Dosei (Dosei CLI) in your Github Actions workflow.'
author: doseiai

branding:
Expand Down

0 comments on commit 4d13403

Please sign in to comment.