Skip to content

Commit f24b316

Browse files
committed
Update README with correct repository name for v1.0.0 release
1 parent 6543499 commit f24b316

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Audit LaunchDarkly Feature Flags
35-
uses: your-org/ld-cp-exp-date-gh-actions-audit@v1
35+
uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1
3636
with:
3737
launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }}
3838
project_key: 'your-project-key'
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Check for flags expiring in next 14 days
5757
id: audit
58-
uses: your-org/ld-cp-exp-date-gh-actions-audit@v1
58+
uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1
5959
with:
6060
launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }}
6161
project_key: ${{ vars.LAUNCHDARKLY_PROJECT_KEY }}
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Audit flags
108108
id: audit
109-
uses: your-org/ld-cp-exp-date-gh-actions-audit@v1
109+
uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1
110110
with:
111111
launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }}
112112
project_key: 'my-project'
@@ -172,7 +172,7 @@ jobs:
172172
- uses: actions/checkout@v4
173173

174174
- name: Audit flags and create issues
175-
uses: your-org/ld-cp-exp-date-gh-actions-audit@v1
175+
uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1
176176
with:
177177
launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }}
178178
project_key: 'my-project'
@@ -200,7 +200,7 @@ jobs:
200200
- uses: actions/checkout@v4
201201

202202
- name: Audit all projects
203-
uses: your-org/ld-cp-exp-date-gh-actions-audit@v1
203+
uses: devopsdina/ld-cp-exp-date-gh-actions-audit@v1
204204
with:
205205
launchdarkly_api_key: ${{ secrets.LAUNCHDARKLY_API_KEY }}
206206
project_key: 'all' # This will audit ALL projects

0 commit comments

Comments
 (0)