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 -->

actions/login-to-gar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
id-token: write
2121
steps:
22-
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar-v0.4.2
22+
- uses: grafana/shared-workflows/actions/login-to-gar@login-to-gar/v0.4.2
2323
id: login-to-gar
2424
with:
2525
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev

actions/login-to-gcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
id-token: write
2424
steps:
25-
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs-v0.2.0
25+
- uses: grafana/shared-workflows/actions/login-to-gcs@login-to-gcs/v0.2.0
2626
id: login-to-gcs
2727
```
2828

actions/push-to-gar-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- id: push-to-gar
35-
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker-v0.5.1
35+
uses: grafana/shared-workflows/actions/push-to-gar-docker@push-to-gar-docker/v0.5.1
3636
with:
3737
registry: "<YOUR-GAR>" # e.g. us-docker.pkg.dev, optional
3838
tags: |-

actions/push-to-gcs/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,77 +34,77 @@ jobs:
3434
id: login-to-gcs
3535

3636
# Upload a single file to the bucket root
37-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
37+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
3838
with:
3939
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
4040
path: file.txt
4141
environment: "dev" # Can be dev/prod (defaults to dev)
4242

4343
# Upload a single file and apply a predefined ACL. See `predefinedAcl` for options.
44-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
44+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
4545
with:
4646
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
4747
path: file.txt
4848
predefinedAcl: projectPrivate
4949
environment: "dev"
5050

5151
# Here are 3 equivalent statements to upload a single file and its parent directory to the bucket root
52-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
52+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
5353
with:
5454
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
5555
path: folder/file.txt
56-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
56+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
5757
with:
5858
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
5959
path: .
6060
glob: "folder/file.txt"
61-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
61+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
6262
with:
6363
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
6464
path: folder
6565
glob: "file.txt"
6666

6767
# Here are 2 equivalent statements to upload a single file WITHOUT its parent directory to the bucket root
68-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
68+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
6969
with:
7070
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
7171
path: folder/file.txt
7272
parent: false
73-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
73+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
7474
with:
7575
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
7676
path: folder
7777
glob: "file.txt"
7878
parent: false
7979

8080
# Here are 2 equivalent statements to upload a directory with all subdirectories
81-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
81+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
8282
with:
8383
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
8484
path: folder/
85-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
85+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
8686
with:
8787
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
8888
path: .
8989
glob: "folder/**/*"
9090

9191
# Specify a bucket prefix with `bucket_path`
92-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
92+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
9393
name: upload-yaml-to-some-path
9494
with:
9595
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
9696
path: file.txt
9797
bucket_path: some-path/
9898

9999
# Upload all files of a type
100-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
100+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
101101
with:
102102
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
103103
path: folder/
104104
glob: "*.txt"
105105

106106
# upload all files of a type recursively
107-
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs-v0.2.0
107+
- uses: grafana/shared-workflows/actions/push-to-gcs@push-to-gcs/v0.2.0
108108
with:
109109
bucket: ${{ steps.login-to-gcs.outputs.bucket }}
110110
path: folder/

actions/send-slack-message/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Send Slack Message via Payload
1717
id: slack
18-
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
18+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.2
1919
with:
2020
method: chat.postMessage
2121
payload: |
@@ -38,7 +38,7 @@ jobs:
3838
}
3939
4040
- name: Update Slack Message via Payload
41-
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
41+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.2
4242
with:
4343
method: chat.update
4444
payload-templated: true
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Post to a Slack channel
7373
id: slack
74-
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
74+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.2
7575
with:
7676
method: chat.postMessage
7777
payload: |
@@ -80,7 +80,7 @@ jobs:
8080
"text": "Deployment started (In Progress)"
8181
}
8282
- name: Respond to Slack Message
83-
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message-v2.0.2
83+
uses: grafana/shared-workflows/actions/send-slack-message@send-slack-message/v2.0.2
8484
with:
8585
method: chat.postMessage
8686
payload-templated: true

actions/setup-argo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Setup Argo cli and add it to the PATH, this action will pull the binary from Git
77
<!-- x-release-please-start-version -->
88

99
```yaml
10-
uses: grafana/shared-workflows/actions/setup-argo@setup-argo-v1.0.1
10+
uses: grafana/shared-workflows/actions/setup-argo@setup-argo/v1.0.1
1111
with:
1212
version: 1.0.1 # Version of the Argo CLI to install.
1313
```

actions/setup-conftest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Setup conftest and add it to the PATH, this action will pull the binary from Git
77
<!-- x-release-please-start-version -->
88

99
```yaml
10-
uses: grafana/shared-workflows/actions/setup-conftest@setup-conftest-v1.0.1
10+
uses: grafana/shared-workflows/actions/setup-conftest@setup-conftest/v1.0.1
1111
with:
1212
version: 1.0.1 # Version of conftest to install.
1313
```

actions/setup-jrsonnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Setup jrsonnet CLI and add it to the PATH, this action will pull the binary from
77
<!-- x-release-please-start-version -->
88

99
```yaml
10-
uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet-v1.0.0
10+
uses: grafana/shared-workflows/actions/setup-jrsonnet@setup-jrsonnet/v1.0.0
1111
with:
1212
version: 1.0.0-test # Version of the jrsonnet CLI to install.
1313
```

actions/validate-policy-bot-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Validate Policy Bot configuration
34-
uses: grafana/shared-workflows/actions/validate-policy-bot-config@validate-policy-bot-config-v1.1.0
34+
uses: grafana/shared-workflows/actions/validate-policy-bot-config@validate-policy-bot-config/v1.1.0
3535
```
3636
3737
<!-- x-release-please-end-version -->

0 commit comments

Comments
 (0)