Skip to content

Commit 1cb10a8

Browse files
authored
Merge pull request #27 from gophercloud/gophercloud
Update README for gophercloud
2 parents f4c936d + aa843e5 commit 1cb10a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![.github/workflows/with-defaults.yml](https://github.com/EmilienM/devstack-action/actions/workflows/with-defaults.yml/badge.svg)](https://github.com/EmilienM/devstack-action/actions/workflows/with-defaults.yml)
1+
[![.github/workflows/with-defaults.yml](https://github.com/gophercloud/devstack-action/actions/workflows/with-defaults.yml/badge.svg)](https://github.com/gophercloud/devstack-action/actions/workflows/with-defaults.yml)
22

33
# devstack-actions
44
Github actions which will install OpenStack with devstack.
@@ -9,14 +9,14 @@ With defaults:
99
```
1010
steps:
1111
- name: Deploy devstack
12-
uses: EmilienM/devstack-action@v0.6
12+
uses: gophercloud/devstack-action@v0.6
1313
```
1414

1515
With overrides:
1616
```
1717
steps:
1818
- name: Deploy devstack
19-
uses: EmilienM/devstack-action@v0.6
19+
uses: gophercloud/devstack-action@v0.6
2020
with:
2121
branch: stable/xena
2222
conf_overrides:

0 commit comments

Comments
 (0)