diff --git a/README.md b/README.md index 9d4a293..82879c9 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,20 @@
@@ -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. - \ No newline at end of file +