diff --git a/README.md b/README.md index f1133da..3050abb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: ahmadnassri/action-workflow-queue@v1 + - uses: keylogic1/action-workflow-queue@v1 # only runs additional steps if there is no other instance of `my-workflow.yml` currently running ``` @@ -48,16 +48,16 @@ jobs: > Twitter: [@AhmadNassri](https://twitter.com/AhmadNassri) [license-url]: LICENSE -[license-img]: https://badgen.net/github/license/ahmadnassri/action-workflow-queue +[license-img]: https://badgen.net/github/license/keylogic1/action-workflow-queue -[release-url]: https://github.com/ahmadnassri/action-workflow-queue/releases -[release-img]: https://badgen.net/github/release/ahmadnassri/action-workflow-queue +[release-url]: https://github.com/keylogic1/action-workflow-queue/releases +[release-img]: https://badgen.net/github/release/keylogic1/action-workflow-queue -[super-linter-url]: https://github.com/ahmadnassri/action-workflow-queue/actions?query=workflow%3Asuper-linter -[super-linter-img]: https://github.com/ahmadnassri/action-workflow-queue/workflows/super-linter/badge.svg +[super-linter-url]: https://github.com/keylogic1/action-workflow-queue/actions?query=workflow%3Asuper-linter +[super-linter-img]: https://github.com/keylogic1/action-workflow-queue/workflows/super-linter/badge.svg -[test-url]: https://github.com/ahmadnassri/action-workflow-queue/actions?query=workflow%3Atest -[test-img]: https://github.com/ahmadnassri/action-workflow-queue/workflows/test/badge.svg +[test-url]: https://github.com/keylogic1/action-workflow-queue/actions?query=workflow%3Atest +[test-img]: https://github.com/keylogic1/action-workflow-queue/workflows/test/badge.svg -[semantic-url]: https://github.com/ahmadnassri/action-workflow-queue/actions?query=workflow%3Arelease +[semantic-url]: https://github.com/keylogic1/action-workflow-queue/actions?query=workflow%3Arelease [semantic-img]: https://badgen.net/badge/📦/semantically%20released/blue diff --git a/action.yml b/action.yml index 35c670f..889509d 100644 --- a/action.yml +++ b/action.yml @@ -20,4 +20,4 @@ inputs: runs: using: docker - image: docker://ghcr.io/ahmadnassri/action-workflow-queue + image: docker://keylogic/action-workflow-queue diff --git a/colophon.yml b/colophon.yml index 337c9a2..32045df 100644 --- a/colophon.yml +++ b/colophon.yml @@ -5,4 +5,4 @@ id: action-workflow-queue about: title: "GitHub Action: Workflow Run Wait" description: If the same workflow is already running from a previous commit, wait for it to finish - repository: ahmadnassri/action-workflow-queue + repository: keylogic1/action-workflow-queue