From 0d05f85a3a1be3d613f1ed337f11fa2897ad409c Mon Sep 17 00:00:00 2001 From: Nathan Dawson <43784056+Oatelaus@users.noreply.github.com> Date: Tue, 8 Apr 2025 11:21:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20update=20readme=20for=20new=20au?= =?UTF-8?q?thor=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9d4a293..82879c9 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,20 @@

- - continuous integration + + continuous integration coverage - - lint code base + + lint code base - - codeql + + codeql - - check dist/ + + check dist/

@@ -36,12 +36,12 @@ Most of the template for the action was taken from [here](https://github.com/act ## Usage -Refer to the [actions.yml](https://github.com/DaveVED/cdk-diff-action/blob/main/action.yml)for detailed configuration options. +Refer to the [actions.yml](https://github.com/0xdsqr/cdk-diff-action/blob/main/action.yml)for detailed configuration options. ### Basic Configuration ```yaml -- uses: daveved/cdk-diff-action@v0.1.0 +- uses: 0xdsqr/cdk-diff-action@v0.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -52,7 +52,7 @@ Refer to the [actions.yml](https://github.com/DaveVED/cdk-diff-action/blob/main/ # Example of referencing the output from the action - name: Use My Action id: myaction - uses: daveved/cdk-diff-action@v0.1.0 + uses: 0xdsqr/cdk-diff-action@v0.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -87,7 +87,7 @@ For version 1, ensure your CI is set up with AWS credentials and the AWS CDK bef aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }} aws-region: "us-east-1" -- uses: daveved/cdk-diff-action@v0.1.0 +- uses: 0xdsqr/cdk-diff-action@v0.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -112,4 +112,4 @@ The action comprises several key functions: See some example diff audits below. -![Example Diff Simple](https://github.com/daveved/cdk-diff-action/blob/main/artifacts/example-diff.png?raw=true) \ No newline at end of file +![Example Diff Simple](https://github.com/0xdsqr/cdk-diff-action/blob/main/artifacts/example-diff.png?raw=true)