Skip to content

Commit 6e6c56d

Browse files
update repo name
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
1 parent 95e29b8 commit 6e6c56d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Ritchie Action
1313
steps:
1414
- name: Run Ritchie Action Command
15-
uses: GuillaumeFalourd/ritchie-actions-node@main
15+
uses: GuillaumeFalourd/ritchie-action-node@main
1616
with:
1717
rit-repo-url: https://github.com/ZupIT/ritchie-formulas-demo
1818
rit-formula-command: rit demo coffee-node --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ritchie-actions-node
1+
# ritchie-action-node
22

33
This Github action works for Ritchie CLI formulas implemented in **NODE**.
44

5-
[![Action workflow](https://github.com/GuillaumeFalourd/ritchie-actions-node/actions/workflows/main.yml/badge.svg)](https://github.com/GuillaumeFalourd/ritchie-actions-node/actions/workflows/main.yml)
5+
[![Action workflow](https://github.com/GuillaumeFalourd/ritchie-action-node/actions/workflows/main.yml/badge.svg)](https://github.com/GuillaumeFalourd/ritchie-action-node/actions/workflows/main.yml)
66

77
## Use case
88

@@ -19,7 +19,7 @@ jobs:
1919
name: Ritchie Action
2020
steps:
2121
- name: Run Ritchie Action Command
22-
uses: GuillaumeFalourd/ritchie-actions-node@v1.0
22+
uses: GuillaumeFalourd/ritchie-action-node@v1.1
2323
with:
2424
rit-repo-url: https://github.com/ZupIT/ritchie-formulas-demo
2525
rit-formula-command: rit demo coffee-node --rit_name=Dennis --rit_coffee_type=espresso --rit_delivery=false

0 commit comments

Comments
 (0)