Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
keylogic1 committed Apr 27, 2023
1 parent 7c50b6e commit abf87bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ inputs:

runs:
using: docker
image: docker://ghcr.io/ahmadnassri/action-workflow-queue
image: docker://keylogic/action-workflow-queue
2 changes: 1 addition & 1 deletion colophon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit abf87bf

Please sign in to comment.