Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7c10efb

Browse filesBrowse 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
Copy full SHA for 7c10efb
Expand file treeCollapse file tree

18 files changed

+18
-18
lines changed

‎.github/workflows/functional-baremetal.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-baremetal.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-basic.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-blockstorage.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-compute.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-containerinfra.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-dns.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-fwaas_v2.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-identity.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-image.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/functional-keymanager.yaml
+1-1Lines 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: |

‎.github/workflows/functional-loadbalancer.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-loadbalancer.yaml
+1-1Lines 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: |

‎.github/workflows/functional-messaging.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-messaging.yaml
+1-1Lines 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-networking.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-networking.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
"update_port:binding:profile": "rule:admin_only or rule:service_api"
3838
EOF
3939
- name: Deploy devstack
40-
uses: gophercloud@devstack-action@v0.17
40+
uses: gophercloud/devstack-action@v0.17
4141
with:
4242
branch: ${{ matrix.openstack_version }}
4343
conf_overrides: |

‎.github/workflows/functional-objectstorage.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-objectstorage.yaml
+1-1Lines 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-orchestration.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-orchestration.yaml
+1-1Lines 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-placement.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-placement.yaml
+1-1Lines 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-sharedfilesystems.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-sharedfilesystems.yaml
+1-1Lines 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: |

‎.github/workflows/functional-workflow.yaml

Copy file name to clipboardExpand all lines: .github/workflows/functional-workflow.yaml
+1-1Lines 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
conf_overrides: |

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.