Skip to content

Commit

Permalink
Merge pull request #50 from josecelano/issue-49-update-git-queue-to-v1
Browse files Browse the repository at this point in the history
Update Git-Queue to `v1`
  • Loading branch information
josecelano authored Jun 15, 2022
2 parents e984e31 + 827e6ae commit d159d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/work-allocator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Get next job
id: get-next-job
uses: Nautilus-Cyberneering/git-queue@v1-beta
uses: Nautilus-Cyberneering/git-queue@v1
with:
queue_name: "library-update-two"
action: "next-job"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Create new job
id: create-job
if: ${{ steps.get-next-job.outputs.job_found == 'false' && steps.update-submodule.outputs.updated == 'true' }}
uses: Nautilus-Cyberneering/git-queue@v1-beta
uses: Nautilus-Cyberneering/git-queue@v1
with:
queue_name: "library-update-two"
action: "create-job"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Get next job
id: get-next-job
uses: Nautilus-Cyberneering/git-queue@v1-beta
uses: Nautilus-Cyberneering/git-queue@v1
with:
queue_name: "library-update-two"
action: "next-job"
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Mark job as started
id: start-job
if: ${{ steps.get-next-job.outputs.job_found == 'true' }}
uses: Nautilus-Cyberneering/git-queue@v1-beta
uses: Nautilus-Cyberneering/git-queue@v1
with:
queue_name: "library-update-two"
action: "start-job"
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Mark job as finished
id: finish-job
if: ${{ steps.start-job.outputs.job_started == 'true' }}
uses: Nautilus-Cyberneering/git-queue@v1-beta
uses: Nautilus-Cyberneering/git-queue@v1
with:
queue_name: "library-update-two"
action: "finish-job"
Expand Down

0 comments on commit d159d5f

Please sign in to comment.