Skip to content

Commit

Permalink
PI-1248 Fix inputs and remove invalid queues (#1917)
Browse files Browse the repository at this point in the history
Accidentally left this in from earlier testing using env vars.
  • Loading branch information
marcus-bcl authored Jul 6, 2023
1 parent 1c1b4c7 commit 9102ac0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ on:
options:
- approved-premises-and-delius-queue
- custody-key-dates-and-delius-queue
- domain-events-and-delius-queue
- make-recall-decisions-and-delius-queue
- manage-pom-cases-and-delius-queue
- person-search-index-from-delius-person-queue
- person-search-index-from-delius-contact-queue
- pre-sentence-reports-to-delius-queue
- prison-case-notes-to-probation-queue
- prison-custody-status-to-delius-queue
Expand Down Expand Up @@ -62,9 +59,9 @@ jobs:
env:
APP_INSIGHTS_APPLICATION_GUID: ${{ secrets.APP_INSIGHTS_APPLICATION_GUID }}
APP_INSIGHTS_API_KEY: ${{ secrets.APP_INSIGHTS_API_KEY }}
START_TIME: ${{ env.start_time }}
END_TIME: ${{ env.end_time }}
QUEUE_NAME: ${{ env.queue_name }}
START_TIME: ${{ inputs.start_time }}
END_TIME: ${{ inputs.end_time }}
QUEUE_NAME: ${{ inputs.queue_name }}
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install terraform
Expand Down

0 comments on commit 9102ac0

Please sign in to comment.