Thanks to visit codestin.com
Credit goes to github.com

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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/[email protected]
12+
uses: gophercloud/[email protected]
1313
```
1414

1515
With overrides:
1616
```
1717
steps:
1818
- name: Deploy devstack
19-
uses: EmilienM/[email protected]
19+
uses: gophercloud/[email protected]
2020
with:
2121
branch: stable/xena
2222
conf_overrides:

0 commit comments

Comments
 (0)