Skip to content

Commit

Permalink
fix: [#30] wrong input to enable signing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Mar 4, 2022
1 parent 4f33b9f commit 35bbe0b
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 @@ -45,7 +45,7 @@ jobs:
with:
queue_name: "library-update"
action: "next-job"
git_commit_gpg_sign: "true"
git_commit_no_gpg_sign: "false"

- name: Update submodule to get new commit ref
id: update-submodule
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
queue_name: "library-update"
action: "create-job"
job_payload: "${{ steps.build-payload.outputs.payload }}"
git_commit_gpg_sign: "true"
git_commit_no_gpg_sign: "false"

- name: Show new git-queue commit
if: ${{ steps.get-next-job.outputs.job_found == 'false' && steps.update-submodule.outputs.updated == 'true' && steps.create-job.outputs.job_created == 'true' }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
queue_name: "library-update"
action: "next-job"
git_commit_gpg_sign: "true"
git_commit_no_gpg_sign: "false"

- name: Parse job payload
id: parse-payload
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
queue_name: "library-update"
action: "start-job"
job_payload: ${{ steps.build-start-payload.outputs.payload }}
git_commit_gpg_sign: "true"
git_commit_no_gpg_sign: "false"

# Begin mutual exclusion job

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
queue_name: "library-update"
action: "finish-job"
job_payload: ${{ steps.build-finish-payload.outputs.payload }}
git_commit_gpg_sign: "true"
git_commit_no_gpg_sign: "false"

- name: Debug step outputs
if: ${{ steps.get-next-job.outputs.job_found == 'true' }}
Expand Down

0 comments on commit 35bbe0b

Please sign in to comment.