Skip to content

Commit 472df76

Browse files
authored
docs: update all readmes to replace hyphen with slash (#1008)
Update all READMEs to replace hyphen with slash Needed after #1004
1 parent 751820b commit 472df76

File tree

19 files changed

+39
-39
lines changed

19 files changed

+39
-39
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
163163
steps:
164164
- id: do-stuff
165-
uses: grafana/shared-workflows/actions/my-new-action@my-new-action-v1.0.0
165+
uses: grafana/shared-workflows/actions/my-new-action@my-new-action/v1.0.0
166166
```
167167

168168
<!-- x-release-please-end-version -->

actions/argo-lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shared workflow to lint Argo workflow files.
77
<!-- x-release-please-start-version -->
88

99
```
10-
uses: grafana/shared-workflows/actions/argo-lint@argo-lint-v1.0.1
10+
uses: grafana/shared-workflows/actions/argo-lint@argo-lint/v1.0.1
1111
with:
1212
path: /path/to/files # Paths to files for linting
1313

actions/aws-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- id: aws-auth
21-
uses: grafana/shared-workflows/actions/aws-auth@aws-auth-v1.0.1
21+
uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.1
2222
with:
2323
aws-region: "us-west-1"
2424
role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"

actions/build-push-to-dockerhub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- id: push-to-dockerhub
33-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub-v0.1.1
33+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@build-push-to-dockerhub/v0.1.1
3434
with:
3535
repository: ${{ github.repository }} # or any other dockerhub repository
3636
context: .

actions/dependabot-auto-triage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Get GitHub App token with Dependabot alerts permissions
3737
- name: Retrieve GitHub App secrets
3838
id: get-secrets
39-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets-v1.1.0
39+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.1.0
4040
with:
4141
common_secrets: |
4242
DEPENDABOT_AUTO_TRIAGE_APP_ID=dependabot-auto-triage:app-id
@@ -51,7 +51,7 @@ jobs:
5151

5252
# Use the token with the auto-triage action
5353
- name: Auto Dismiss Dependabot Alerts
54-
uses: grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage-v0.1.0
54+
uses: grafana/shared-workflows/actions/dependabot-auto-triage@dependabot-auto-triage/v0.1.0
5555
with:
5656
token: ${{ steps.generate-token.outputs.token }}
5757
paths: |

actions/dockerhub-login/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- name: Login to DockerHub
23-
uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login-v1.0.1
23+
uses: grafana/shared-workflows/actions/dockerhub-login@dockerhub-login/v1.0.1
2424
- name: Build and push
2525
run: make build && make push
2626
```

actions/find-pr-for-commit/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- name: Find PR for current commit
4848
id: find-pr
49-
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit-v1.0.0
49+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.0
5050

5151
- name: Use PR number
5252
run: echo "PR Number is ${{ steps.find-pr.outputs.pr_number }}"
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- name: Find PR for specific commit
7070
id: find-pr
71-
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit-v1.0.0
71+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.0
7272
with:
7373
commitrev: "1234567890abcdef1234567890abcdef12345678"
7474

@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- name: Find PR for named revision
9494
id: find-pr
95-
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit-v1.0.0
95+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.0
9696
with:
9797
commitrev: "HEAD~2"
9898

@@ -117,7 +117,7 @@ jobs:
117117
steps:
118118
- name: Find PR for commit in another repository
119119
id: find-pr
120-
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit-v1.0.0
120+
uses: grafana/shared-workflows/actions/find-pr-for-commit@find-pr-for-commit/v1.0.0
121121
with:
122122
owner: "grafana"
123123
repo: "grafana"

actions/generate-openapi-clients/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
go-version: 1.18
4444
- name: Generate clients
45-
uses: grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients-v1.0.1
45+
uses: grafana/shared-workflows/actions/generate-openapi-clients@generate-openapi-clients/v1.0.1
4646
with:
4747
package-name: slo
4848
spec-path: openapi.yaml

actions/get-vault-secrets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- id: get-secrets
31-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets-v1.2.0
31+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.0
3232
with:
3333
# Secrets placed in the ci/common/<path> path in Vault
3434
common_secrets: |
@@ -69,7 +69,7 @@ jobs:
6969
7070
steps:
7171
- id: get-secrets
72-
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets-v1.2.0
72+
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v1.2.0
7373
with:
7474
# Secrets placed in the ci/common/<path> path in Vault
7575
common_secrets: |

actions/lint-pr-title/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
persist-credentials: false
8989
9090
- id: lint-pr-title
91-
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.1
91+
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.1.1
9292
with:
9393
config-path: "${{ github.workspace }}/commitlint.config.js"
9494
title-only: false
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- id: lint-pr-title
110-
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.1
110+
uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.1.1
111111
```
112112

113113
<!-- x-release-please-end-version -->

0 commit comments

Comments
 (0)