Skip to content

Commit 7c10efb

Browse files
committed
Replace errant character in workflows
It's annoying that GitHub doesn't surface this error. Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Fixes: c4a191e
1 parent 5631f7c commit 7c10efb

18 files changed

+18
-18
lines changed

.github/workflows/functional-baremetal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Work around broken dnsmasq
3232
run: sudo apt-get purge -y dnsmasq-base
3333
- name: Deploy devstack
34-
uses: gophercloud@devstack-action@v0.17
34+
uses: gophercloud/devstack-action@v0.17
3535
with:
3636
branch: ${{ matrix.openstack_version }}
3737
conf_overrides: |

.github/workflows/functional-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout Gophercloud
3333
uses: actions/checkout@v4
3434
- name: Deploy devstack
35-
uses: gophercloud@devstack-action@v0.17
35+
uses: gophercloud/devstack-action@v0.17
3636
with:
3737
branch: ${{ matrix.openstack_version }}
3838
enabled_services: 's-account,s-container,s-object,s-proxy,${{ matrix.additional_services }}'

.github/workflows/functional-blockstorage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Gophercloud
3030
uses: actions/checkout@v4
3131
- name: Deploy devstack
32-
uses: gophercloud@devstack-action@v0.17
32+
uses: gophercloud/devstack-action@v0.17
3333
with:
3434
branch: ${{ matrix.openstack_version }}
3535
conf_overrides: |

.github/workflows/functional-compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Gophercloud
3030
uses: actions/checkout@v4
3131
- name: Deploy devstack
32-
uses: gophercloud@devstack-action@v0.17
32+
uses: gophercloud/devstack-action@v0.17
3333
with:
3434
branch: ${{ matrix.openstack_version }}
3535
conf_overrides: |

.github/workflows/functional-containerinfra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout Gophercloud
4545
uses: actions/checkout@v4
4646
- name: Deploy devstack
47-
uses: gophercloud@devstack-action@v0.17
47+
uses: gophercloud/devstack-action@v0.17
4848
with:
4949
branch: ${{ matrix.openstack_version }}
5050
conf_overrides: |

.github/workflows/functional-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout Gophercloud
3737
uses: actions/checkout@v4
3838
- name: Deploy devstack
39-
uses: gophercloud@devstack-action@v0.17
39+
uses: gophercloud/devstack-action@v0.17
4040
with:
4141
branch: ${{ matrix.openstack_version }}
4242
conf_overrides: |

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Gophercloud
3030
uses: actions/checkout@v4
3131
- name: Deploy devstack
32-
uses: gophercloud@devstack-action@v0.17
32+
uses: gophercloud/devstack-action@v0.17
3333
with:
3434
branch: ${{ matrix.openstack_version }}
3535
conf_overrides: |

.github/workflows/functional-identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Gophercloud
3030
uses: actions/checkout@v4
3131
- name: Deploy devstack
32-
uses: gophercloud@devstack-action@v0.17
32+
uses: gophercloud/devstack-action@v0.17
3333
with:
3434
branch: ${{ matrix.openstack_version }}
3535
enabled_services: "${{ matrix.additional_services }}"

.github/workflows/functional-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Gophercloud
3030
uses: actions/checkout@v4
3131
- name: Deploy devstack
32-
uses: gophercloud@devstack-action@v0.17
32+
uses: gophercloud/devstack-action@v0.17
3333
with:
3434
branch: ${{ matrix.openstack_version }}
3535
enabled_services: "${{ matrix.additional_services }}"

.github/workflows/functional-keymanager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout Gophercloud
3636
uses: actions/checkout@v4
3737
- name: Deploy devstack
38-
uses: gophercloud@devstack-action@v0.17
38+
uses: gophercloud/devstack-action@v0.17
3939
with:
4040
branch: ${{ matrix.openstack_version }}
4141
conf_overrides: |

0 commit comments

Comments
 (0)